pub struct AccountTrades {
pub account: Pubkey,
}Fields§
§account: PubkeyTrait Implementations§
Source§impl Clone for AccountTrades
impl Clone for AccountTrades
Source§fn clone(&self) -> AccountTrades
fn clone(&self) -> AccountTrades
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AccountTrades
impl Debug for AccountTrades
Source§impl<'de> Deserialize<'de> for AccountTrades
impl<'de> Deserialize<'de> for AccountTrades
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 AccountTrades
impl RefUnwindSafe for AccountTrades
impl Send for AccountTrades
impl Sync for AccountTrades
impl Unpin for AccountTrades
impl UnsafeUnpin for AccountTrades
impl UnwindSafe for AccountTrades
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