pub struct PrivateSetPasswordForSubaccountRequest {
pub sid: i64,
pub password: String,
}Fields§
§sid: i64§password: StringTrait Implementations§
Source§impl Clone for PrivateSetPasswordForSubaccountRequest
impl Clone for PrivateSetPasswordForSubaccountRequest
Source§fn clone(&self) -> PrivateSetPasswordForSubaccountRequest
fn clone(&self) -> PrivateSetPasswordForSubaccountRequest
Returns a duplicate 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 Default for PrivateSetPasswordForSubaccountRequest
impl Default for PrivateSetPasswordForSubaccountRequest
Source§fn default() -> PrivateSetPasswordForSubaccountRequest
fn default() -> PrivateSetPasswordForSubaccountRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateSetPasswordForSubaccountRequest
impl<'de> Deserialize<'de> for PrivateSetPasswordForSubaccountRequest
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 PrivateSetPasswordForSubaccountRequest
impl PartialEq for PrivateSetPasswordForSubaccountRequest
Source§fn eq(&self, other: &PrivateSetPasswordForSubaccountRequest) -> bool
fn eq(&self, other: &PrivateSetPasswordForSubaccountRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateSetPasswordForSubaccountRequest
Auto Trait Implementations§
impl Freeze for PrivateSetPasswordForSubaccountRequest
impl RefUnwindSafe for PrivateSetPasswordForSubaccountRequest
impl Send for PrivateSetPasswordForSubaccountRequest
impl Sync for PrivateSetPasswordForSubaccountRequest
impl Unpin for PrivateSetPasswordForSubaccountRequest
impl UnwindSafe for PrivateSetPasswordForSubaccountRequest
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