pub struct PrivateAccountResponseFeesValueDefault {
pub maker: Option<f64>,
pub taker: Option<f64>,
pub type: Option<String>,
}Fields§
§maker: Option<f64>§taker: Option<f64>§type: Option<String>Trait Implementations§
Source§impl Clone for PrivateAccountResponseFeesValueDefault
impl Clone for PrivateAccountResponseFeesValueDefault
Source§fn clone(&self) -> PrivateAccountResponseFeesValueDefault
fn clone(&self) -> PrivateAccountResponseFeesValueDefault
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PrivateAccountResponseFeesValueDefault
impl Default for PrivateAccountResponseFeesValueDefault
Source§fn default() -> PrivateAccountResponseFeesValueDefault
fn default() -> PrivateAccountResponseFeesValueDefault
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateAccountResponseFeesValueDefault
impl<'de> Deserialize<'de> for PrivateAccountResponseFeesValueDefault
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 PrivateAccountResponseFeesValueDefault
impl PartialEq for PrivateAccountResponseFeesValueDefault
Source§fn eq(&self, other: &PrivateAccountResponseFeesValueDefault) -> bool
fn eq(&self, other: &PrivateAccountResponseFeesValueDefault) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateAccountResponseFeesValueDefault
Auto Trait Implementations§
impl Freeze for PrivateAccountResponseFeesValueDefault
impl RefUnwindSafe for PrivateAccountResponseFeesValueDefault
impl Send for PrivateAccountResponseFeesValueDefault
impl Sync for PrivateAccountResponseFeesValueDefault
impl Unpin for PrivateAccountResponseFeesValueDefault
impl UnwindSafe for PrivateAccountResponseFeesValueDefault
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