pub struct LedgerTransferFee {
pub transfer_fee: LedgerTokens,
}Expand description
转账费用
Fields§
§transfer_fee: LedgerTokensThe fee to pay to perform a transfer
Trait Implementations§
Source§impl CandidType for LedgerTransferFee
impl CandidType for LedgerTransferFee
Source§impl Clone for LedgerTransferFee
impl Clone for LedgerTransferFee
Source§fn clone(&self) -> LedgerTransferFee
fn clone(&self) -> LedgerTransferFee
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LedgerTransferFee
impl Debug for LedgerTransferFee
Source§impl<'de> Deserialize<'de> for LedgerTransferFee
impl<'de> Deserialize<'de> for LedgerTransferFee
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
Auto Trait Implementations§
impl Freeze for LedgerTransferFee
impl RefUnwindSafe for LedgerTransferFee
impl Send for LedgerTransferFee
impl Sync for LedgerTransferFee
impl Unpin for LedgerTransferFee
impl UnsafeUnpin for LedgerTransferFee
impl UnwindSafe for LedgerTransferFee
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