pub struct StakeForTrustData {
pub amount: Balance,
}Expand description
Data for StakeForTrust operation
Fields§
§amount: BalanceAmount to stake
Trait Implementations§
Source§impl Clone for StakeForTrustData
impl Clone for StakeForTrustData
Source§fn clone(&self) -> StakeForTrustData
fn clone(&self) -> StakeForTrustData
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 StakeForTrustData
impl Debug for StakeForTrustData
Source§impl<'de> Deserialize<'de> for StakeForTrustData
impl<'de> Deserialize<'de> for StakeForTrustData
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 StakeForTrustData
impl PartialEq for StakeForTrustData
Source§fn eq(&self, other: &StakeForTrustData) -> bool
fn eq(&self, other: &StakeForTrustData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StakeForTrustData
impl Serialize for StakeForTrustData
impl Eq for StakeForTrustData
impl StructuralPartialEq for StakeForTrustData
Auto Trait Implementations§
impl Freeze for StakeForTrustData
impl RefUnwindSafe for StakeForTrustData
impl Send for StakeForTrustData
impl Sync for StakeForTrustData
impl Unpin for StakeForTrustData
impl UnsafeUnpin for StakeForTrustData
impl UnwindSafe for StakeForTrustData
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