pub struct RpiOrderbookResult {
pub s: Option<String>,
pub b: Option<Vec<Vec<String>>>,
pub a: Option<Vec<Vec<String>>>,
pub ts: Option<i64>,
pub u: Option<i64>,
pub seq: Option<i64>,
pub cts: Option<i64>,
}Fields§
§s: Option<String>§b: Option<Vec<Vec<String>>>§a: Option<Vec<Vec<String>>>§ts: Option<i64>§u: Option<i64>§seq: Option<i64>§cts: Option<i64>Trait Implementations§
Source§impl Clone for RpiOrderbookResult
impl Clone for RpiOrderbookResult
Source§fn clone(&self) -> RpiOrderbookResult
fn clone(&self) -> RpiOrderbookResult
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 RpiOrderbookResult
impl Debug for RpiOrderbookResult
Source§impl<'de> Deserialize<'de> for RpiOrderbookResult
impl<'de> Deserialize<'de> for RpiOrderbookResult
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 RpiOrderbookResult
impl RefUnwindSafe for RpiOrderbookResult
impl Send for RpiOrderbookResult
impl Sync for RpiOrderbookResult
impl Unpin for RpiOrderbookResult
impl UnsafeUnpin for RpiOrderbookResult
impl UnwindSafe for RpiOrderbookResult
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