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