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