pub struct TickersResult {
pub category: Option<String>,
pub list: Option<Vec<Value>>,
}Fields§
§category: Option<String>§list: Option<Vec<Value>>Trait Implementations§
Source§impl Clone for TickersResult
impl Clone for TickersResult
Source§fn clone(&self) -> TickersResult
fn clone(&self) -> TickersResult
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 TickersResult
impl Debug for TickersResult
Source§impl<'de> Deserialize<'de> for TickersResult
impl<'de> Deserialize<'de> for TickersResult
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 TickersResult
impl RefUnwindSafe for TickersResult
impl Send for TickersResult
impl Sync for TickersResult
impl Unpin for TickersResult
impl UnsafeUnpin for TickersResult
impl UnwindSafe for TickersResult
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