Struct binance::savings::Network[][src]

pub struct Network {
Show 17 fields pub address_regex: String, pub coin: String, pub deposit_desc: Option<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: Option<String>, pub withdraw_enable: bool, pub withdraw_fee: f64, pub withdraw_min: f64, pub withdraw_integer_multiple: Option<String>,
}

Fields

address_regex: Stringcoin: Stringdeposit_desc: Option<String>

shown only when “depositEnable” is false.

deposit_enable: boolis_default: boolmemo_regex: Stringmin_confirm: u32

min number for balance confirmation

name: Stringnetwork: Stringreset_address_status: boolspecial_tips: Option<String>un_lock_confirm: u32

confirmation number for balance unlock

withdraw_desc: Option<String>

shown only when “withdrawEnable” is false.

withdraw_enable: boolwithdraw_fee: f64withdraw_min: f64withdraw_integer_multiple: Option<String>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.