pub struct PutUserPassword {
pub acct: String,
pub password: String,
}Fields§
§acct: String§password: StringTrait Implementations§
Source§impl Clone for PutUserPassword
impl Clone for PutUserPassword
Source§fn clone(&self) -> PutUserPassword
fn clone(&self) -> PutUserPassword
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PutUserPassword
impl Debug for PutUserPassword
Source§impl<'de> Deserialize<'de> for PutUserPassword
impl<'de> Deserialize<'de> for PutUserPassword
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 PartialEq for PutUserPassword
impl PartialEq for PutUserPassword
Source§impl Serialize for PutUserPassword
impl Serialize for PutUserPassword
impl StructuralPartialEq for PutUserPassword
Auto Trait Implementations§
impl Freeze for PutUserPassword
impl RefUnwindSafe for PutUserPassword
impl Send for PutUserPassword
impl Sync for PutUserPassword
impl Unpin for PutUserPassword
impl UnsafeUnpin for PutUserPassword
impl UnwindSafe for PutUserPassword
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