Enum binance::rest_model::BookTickers
source · pub enum BookTickers {
AllBookTickers(Vec<Tickers>),
}Variants§
Trait Implementations§
source§impl Clone for BookTickers
impl Clone for BookTickers
source§fn clone(&self) -> BookTickers
fn clone(&self) -> BookTickers
Returns a copy of the value. Read more
1.0.0 · 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 BookTickers
impl Debug for BookTickers
source§impl<'de> Deserialize<'de> for BookTickers
impl<'de> Deserialize<'de> for BookTickers
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<BookTickers> for BookTickers
impl PartialEq<BookTickers> for BookTickers
source§fn eq(&self, other: &BookTickers) -> bool
fn eq(&self, other: &BookTickers) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for BookTickers
impl Serialize for BookTickers
impl StructuralPartialEq for BookTickers
Auto Trait Implementations§
impl RefUnwindSafe for BookTickers
impl Send for BookTickers
impl Sync for BookTickers
impl Unpin for BookTickers
impl UnwindSafe for BookTickers
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