pub struct TransferAccount {
pub data: Option<AccountData>,
pub links: Option<AccountLinks>,
}
Fields§
§data: Option<AccountData>
§links: Option<AccountLinks>
Trait Implementations§
Source§impl Debug for TransferAccount
impl Debug for TransferAccount
Source§impl<'de> Deserialize<'de> for TransferAccount
impl<'de> Deserialize<'de> for TransferAccount
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 TransferAccount
impl RefUnwindSafe for TransferAccount
impl Send for TransferAccount
impl Sync for TransferAccount
impl Unpin for TransferAccount
impl UnwindSafe for TransferAccount
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