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