pub struct WithdrawalAmountGwei(/* private fields */);Expand description
EIP-4895 withdrawal amount in Gwei.
Implementations§
Trait Implementations§
Source§impl Clone for WithdrawalAmountGwei
impl Clone for WithdrawalAmountGwei
Source§fn clone(&self) -> WithdrawalAmountGwei
fn clone(&self) -> WithdrawalAmountGwei
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 moreimpl Copy for WithdrawalAmountGwei
Source§impl Debug for WithdrawalAmountGwei
impl Debug for WithdrawalAmountGwei
impl Eq for WithdrawalAmountGwei
Source§impl Hash for WithdrawalAmountGwei
impl Hash for WithdrawalAmountGwei
Source§impl Ord for WithdrawalAmountGwei
impl Ord for WithdrawalAmountGwei
Source§fn cmp(&self, other: &WithdrawalAmountGwei) -> Ordering
fn cmp(&self, other: &WithdrawalAmountGwei) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WithdrawalAmountGwei
impl PartialEq for WithdrawalAmountGwei
Source§fn eq(&self, other: &WithdrawalAmountGwei) -> bool
fn eq(&self, other: &WithdrawalAmountGwei) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WithdrawalAmountGwei
impl PartialOrd for WithdrawalAmountGwei
impl StructuralPartialEq for WithdrawalAmountGwei
Auto Trait Implementations§
impl Freeze for WithdrawalAmountGwei
impl RefUnwindSafe for WithdrawalAmountGwei
impl Send for WithdrawalAmountGwei
impl Sync for WithdrawalAmountGwei
impl Unpin for WithdrawalAmountGwei
impl UnsafeUnpin for WithdrawalAmountGwei
impl UnwindSafe for WithdrawalAmountGwei
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