pub struct nodeEffectiveStakeReturn {
pub _0: U256,
}Expand description
Container type for the return parameters of the nodeEffectiveStake(address) function.
Fields§
§_0: U256Trait Implementations§
Source§impl Clone for nodeEffectiveStakeReturn
impl Clone for nodeEffectiveStakeReturn
Source§fn clone(&self) -> nodeEffectiveStakeReturn
fn clone(&self) -> nodeEffectiveStakeReturn
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 nodeEffectiveStakeReturn
impl Debug for nodeEffectiveStakeReturn
impl Eq for nodeEffectiveStakeReturn
Source§impl PartialEq for nodeEffectiveStakeReturn
impl PartialEq for nodeEffectiveStakeReturn
Source§fn eq(&self, other: &nodeEffectiveStakeReturn) -> bool
fn eq(&self, other: &nodeEffectiveStakeReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for nodeEffectiveStakeReturn
Auto Trait Implementations§
impl Freeze for nodeEffectiveStakeReturn
impl RefUnwindSafe for nodeEffectiveStakeReturn
impl Send for nodeEffectiveStakeReturn
impl Sync for nodeEffectiveStakeReturn
impl Unpin for nodeEffectiveStakeReturn
impl UnsafeUnpin for nodeEffectiveStakeReturn
impl UnwindSafe for nodeEffectiveStakeReturn
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