pub struct WithdrawalIndex(/* private fields */);Expand description
EIP-4895 global withdrawal index.
Implementations§
Trait Implementations§
Source§impl Clone for WithdrawalIndex
impl Clone for WithdrawalIndex
Source§fn clone(&self) -> WithdrawalIndex
fn clone(&self) -> WithdrawalIndex
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 WithdrawalIndex
Source§impl Debug for WithdrawalIndex
impl Debug for WithdrawalIndex
impl Eq for WithdrawalIndex
Source§impl Hash for WithdrawalIndex
impl Hash for WithdrawalIndex
Source§impl Ord for WithdrawalIndex
impl Ord for WithdrawalIndex
Source§fn cmp(&self, other: &WithdrawalIndex) -> Ordering
fn cmp(&self, other: &WithdrawalIndex) -> 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 WithdrawalIndex
impl PartialEq for WithdrawalIndex
Source§fn eq(&self, other: &WithdrawalIndex) -> bool
fn eq(&self, other: &WithdrawalIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WithdrawalIndex
impl PartialOrd for WithdrawalIndex
impl StructuralPartialEq for WithdrawalIndex
Auto Trait Implementations§
impl Freeze for WithdrawalIndex
impl RefUnwindSafe for WithdrawalIndex
impl Send for WithdrawalIndex
impl Sync for WithdrawalIndex
impl Unpin for WithdrawalIndex
impl UnsafeUnpin for WithdrawalIndex
impl UnwindSafe for WithdrawalIndex
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