Struct binance::rest_model::CoinNetwork
source · [−]pub struct CoinNetwork {Show 19 fields
pub address_regex: String,
pub coin: String,
pub deposit_desc: String,
pub deposit_enable: bool,
pub is_default: bool,
pub memo_regex: String,
pub min_confirm: u32,
pub name: String,
pub network: String,
pub reset_address_status: bool,
pub special_tips: Option<String>,
pub un_lock_confirm: u32,
pub withdraw_desc: String,
pub withdraw_enable: bool,
pub withdraw_fee: f64,
pub withdraw_integer_multiple: f64,
pub withdraw_max: f64,
pub withdraw_min: f64,
pub same_address: bool,
}Fields
address_regex: Stringcoin: Stringdeposit_desc: Stringdeposit_enable: boolis_default: boolmemo_regex: Stringmin_confirm: u32name: Stringnetwork: Stringreset_address_status: boolspecial_tips: Option<String>un_lock_confirm: u32withdraw_desc: Stringwithdraw_enable: boolwithdraw_fee: f64withdraw_integer_multiple: f64withdraw_max: f64withdraw_min: f64same_address: boolTrait Implementations
sourceimpl Clone for CoinNetwork
impl Clone for CoinNetwork
sourcefn clone(&self) -> CoinNetwork
fn clone(&self) -> CoinNetwork
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 CoinNetwork
impl Debug for CoinNetwork
sourceimpl<'de> Deserialize<'de> for CoinNetwork
impl<'de> Deserialize<'de> for CoinNetwork
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 CoinNetwork
impl Serialize for CoinNetwork
Auto Trait Implementations
impl RefUnwindSafe for CoinNetwork
impl Send for CoinNetwork
impl Sync for CoinNetwork
impl Unpin for CoinNetwork
impl UnwindSafe for CoinNetwork
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