Struct binance::rest_model::IsolatedTransfer
source · [−]pub struct IsolatedTransfer {
pub asset: String,
pub symbol: String,
pub amount: f64,
pub trans_from: IsolatedMarginTransferType,
pub trans_to: IsolatedMarginTransferType,
}Fields
asset: Stringsymbol: Stringamount: f64trans_from: IsolatedMarginTransferTypetrans_to: IsolatedMarginTransferTypeTrait Implementations
sourceimpl Clone for IsolatedTransfer
impl Clone for IsolatedTransfer
sourcefn clone(&self) -> IsolatedTransfer
fn clone(&self) -> IsolatedTransfer
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IsolatedTransfer
impl Debug for IsolatedTransfer
sourceimpl<'de> Deserialize<'de> for IsolatedTransfer
impl<'de> Deserialize<'de> for IsolatedTransfer
sourcefn 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
sourceimpl Serialize for IsolatedTransfer
impl Serialize for IsolatedTransfer
Auto Trait Implementations
impl RefUnwindSafe for IsolatedTransfer
impl Send for IsolatedTransfer
impl Sync for IsolatedTransfer
impl Unpin for IsolatedTransfer
impl UnwindSafe for IsolatedTransfer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more