Struct gift_shop::http::OpenAccountPayload
source · pub struct OpenAccountPayload {
name: String,
}
Fields§
§name: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for OpenAccountPayload
impl<'de> Deserialize<'de> for OpenAccountPayload
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<OpenAccountPayload> for OpenAccount
impl From<OpenAccountPayload> for OpenAccount
source§fn from(payload: OpenAccountPayload) -> Self
fn from(payload: OpenAccountPayload) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for OpenAccountPayload
impl Send for OpenAccountPayload
impl Sync for OpenAccountPayload
impl Unpin for OpenAccountPayload
impl UnwindSafe for OpenAccountPayload
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more