pub struct AccountDetailsSchema {
pub data: Box<AccountDetails>,
}Fields§
§data: Box<AccountDetails>Implementations§
Source§impl AccountDetailsSchema
impl AccountDetailsSchema
pub fn new(data: AccountDetails) -> AccountDetailsSchema
Trait Implementations§
Source§impl Clone for AccountDetailsSchema
impl Clone for AccountDetailsSchema
Source§fn clone(&self) -> AccountDetailsSchema
fn clone(&self) -> AccountDetailsSchema
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 Debug for AccountDetailsSchema
impl Debug for AccountDetailsSchema
Source§impl Default for AccountDetailsSchema
impl Default for AccountDetailsSchema
Source§fn default() -> AccountDetailsSchema
fn default() -> AccountDetailsSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountDetailsSchema
impl<'de> Deserialize<'de> for AccountDetailsSchema
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 IntoData for AccountDetailsSchema
impl IntoData for AccountDetailsSchema
Source§impl PartialEq for AccountDetailsSchema
impl PartialEq for AccountDetailsSchema
Source§impl Serialize for AccountDetailsSchema
impl Serialize for AccountDetailsSchema
impl StructuralPartialEq for AccountDetailsSchema
Auto Trait Implementations§
impl Freeze for AccountDetailsSchema
impl RefUnwindSafe for AccountDetailsSchema
impl Send for AccountDetailsSchema
impl Sync for AccountDetailsSchema
impl Unpin for AccountDetailsSchema
impl UnwindSafe for AccountDetailsSchema
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