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