pub struct DailyAccountSnapshotResponse {
pub code: Option<i64>,
pub msg: Option<String>,
pub snapshot_vos: Option<Vec<DailyAccountSnapshotResponseSnapshotVosInner>>,
}Fields§
§code: Option<i64>§msg: Option<String>§snapshot_vos: Option<Vec<DailyAccountSnapshotResponseSnapshotVosInner>>Implementations§
Source§impl DailyAccountSnapshotResponse
impl DailyAccountSnapshotResponse
pub fn new() -> DailyAccountSnapshotResponse
Trait Implementations§
Source§impl Clone for DailyAccountSnapshotResponse
impl Clone for DailyAccountSnapshotResponse
Source§fn clone(&self) -> DailyAccountSnapshotResponse
fn clone(&self) -> DailyAccountSnapshotResponse
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 DailyAccountSnapshotResponse
impl Debug for DailyAccountSnapshotResponse
Source§impl Default for DailyAccountSnapshotResponse
impl Default for DailyAccountSnapshotResponse
Source§fn default() -> DailyAccountSnapshotResponse
fn default() -> DailyAccountSnapshotResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DailyAccountSnapshotResponse
impl<'de> Deserialize<'de> for DailyAccountSnapshotResponse
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
Source§impl PartialEq for DailyAccountSnapshotResponse
impl PartialEq for DailyAccountSnapshotResponse
Source§fn eq(&self, other: &DailyAccountSnapshotResponse) -> bool
fn eq(&self, other: &DailyAccountSnapshotResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DailyAccountSnapshotResponse
Auto Trait Implementations§
impl Freeze for DailyAccountSnapshotResponse
impl RefUnwindSafe for DailyAccountSnapshotResponse
impl Send for DailyAccountSnapshotResponse
impl Sync for DailyAccountSnapshotResponse
impl Unpin for DailyAccountSnapshotResponse
impl UnsafeUnpin for DailyAccountSnapshotResponse
impl UnwindSafe for DailyAccountSnapshotResponse
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