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