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