Struct binance::rest_model::AccountSnapshot
source · [−]pub struct AccountSnapshot {
pub code: u32,
pub msg: String,
pub snapshot_vos: Vec<SnapshotVos>,
}Fields
code: u32msg: Stringsnapshot_vos: Vec<SnapshotVos>Trait Implementations
sourceimpl Clone for AccountSnapshot
impl Clone for AccountSnapshot
sourcefn clone(&self) -> AccountSnapshot
fn clone(&self) -> AccountSnapshot
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AccountSnapshot
impl Debug for AccountSnapshot
sourceimpl<'de> Deserialize<'de> for AccountSnapshot
impl<'de> Deserialize<'de> for AccountSnapshot
sourcefn 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
sourceimpl Serialize for AccountSnapshot
impl Serialize for AccountSnapshot
Auto Trait Implementations
impl RefUnwindSafe for AccountSnapshot
impl Send for AccountSnapshot
impl Sync for AccountSnapshot
impl Unpin for AccountSnapshot
impl UnwindSafe for AccountSnapshot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more