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