Struct jyve::model::UserSsnUpdate
source · pub struct UserSsnUpdate {
pub ssn: String,
pub token: String,
}
Fields§
§ssn: String
§token: String
Trait Implementations§
source§impl Clone for UserSsnUpdate
impl Clone for UserSsnUpdate
source§fn clone(&self) -> UserSsnUpdate
fn clone(&self) -> UserSsnUpdate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UserSsnUpdate
impl Debug for UserSsnUpdate
source§impl Default for UserSsnUpdate
impl Default for UserSsnUpdate
source§fn default() -> UserSsnUpdate
fn default() -> UserSsnUpdate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserSsnUpdate
impl<'de> Deserialize<'de> for UserSsnUpdate
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 Display for UserSsnUpdate
impl Display for UserSsnUpdate
Auto Trait Implementations§
impl RefUnwindSafe for UserSsnUpdate
impl Send for UserSsnUpdate
impl Sync for UserSsnUpdate
impl Unpin for UserSsnUpdate
impl UnwindSafe for UserSsnUpdate
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