pub struct AccountObject {
pub data: Option<AccountRelationship>,
pub links: Option<RelationshipsLink>,
}Fields§
§data: Option<AccountRelationship>§links: Option<RelationshipsLink>Trait Implementations§
Source§impl Debug for AccountObject
impl Debug for AccountObject
Source§impl<'de> Deserialize<'de> for AccountObject
impl<'de> Deserialize<'de> for AccountObject
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
Auto Trait Implementations§
impl Freeze for AccountObject
impl RefUnwindSafe for AccountObject
impl Send for AccountObject
impl Sync for AccountObject
impl Unpin for AccountObject
impl UnsafeUnpin for AccountObject
impl UnwindSafe for AccountObject
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