pub struct AccountTransaction {
pub meta: Meta,
pub tx: Transaction,
pub validated: bool,
}
Fields§
§meta: Meta
§tx: Transaction
§validated: bool
Trait Implementations§
Source§impl Debug for AccountTransaction
impl Debug for AccountTransaction
Source§impl<'de> Deserialize<'de> for AccountTransaction
impl<'de> Deserialize<'de> for AccountTransaction
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AccountTransaction, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AccountTransaction, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AccountTransaction
impl RefUnwindSafe for AccountTransaction
impl Send for AccountTransaction
impl Sync for AccountTransaction
impl Unpin for AccountTransaction
impl UnwindSafe for AccountTransaction
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