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