pub struct AccountHistory { /* private fields */ }Expand description
A structure that repersents an Account History
Trait Implementations§
Source§impl Debug for AccountHistory
impl Debug for AccountHistory
Source§impl<'de> Deserialize<'de> for AccountHistory
impl<'de> Deserialize<'de> for AccountHistory
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 AccountHistory
impl RefUnwindSafe for AccountHistory
impl Send for AccountHistory
impl Sync for AccountHistory
impl Unpin for AccountHistory
impl UnwindSafe for AccountHistory
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