pub struct PlatformAccountSnapshot {
pub wallet_address: String,
pub server_time_ms: u64,
pub markets: Vec<PlatformAccountSnapshotResponse>,
}Fields§
§wallet_address: String§server_time_ms: u64§markets: Vec<PlatformAccountSnapshotResponse>Trait Implementations§
Source§impl Clone for PlatformAccountSnapshot
impl Clone for PlatformAccountSnapshot
Source§fn clone(&self) -> PlatformAccountSnapshot
fn clone(&self) -> PlatformAccountSnapshot
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 PlatformAccountSnapshot
impl Debug for PlatformAccountSnapshot
impl Eq for PlatformAccountSnapshot
Source§impl PartialEq for PlatformAccountSnapshot
impl PartialEq for PlatformAccountSnapshot
impl StructuralPartialEq for PlatformAccountSnapshot
Auto Trait Implementations§
impl Freeze for PlatformAccountSnapshot
impl RefUnwindSafe for PlatformAccountSnapshot
impl Send for PlatformAccountSnapshot
impl Sync for PlatformAccountSnapshot
impl Unpin for PlatformAccountSnapshot
impl UnsafeUnpin for PlatformAccountSnapshot
impl UnwindSafe for PlatformAccountSnapshot
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