pub struct AnnounceNonce(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AnnounceNonce
impl Clone for AnnounceNonce
Source§fn clone(&self) -> AnnounceNonce
fn clone(&self) -> AnnounceNonce
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 AnnounceNonce
Source§impl Debug for AnnounceNonce
impl Debug for AnnounceNonce
impl Eq for AnnounceNonce
Source§impl Hash for AnnounceNonce
impl Hash for AnnounceNonce
Source§impl Ord for AnnounceNonce
impl Ord for AnnounceNonce
Source§fn cmp(&self, other: &AnnounceNonce) -> Ordering
fn cmp(&self, other: &AnnounceNonce) -> 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 AnnounceNonce
impl PartialEq for AnnounceNonce
Source§impl PartialOrd for AnnounceNonce
impl PartialOrd for AnnounceNonce
impl StructuralPartialEq for AnnounceNonce
Auto Trait Implementations§
impl Freeze for AnnounceNonce
impl RefUnwindSafe for AnnounceNonce
impl Send for AnnounceNonce
impl Sync for AnnounceNonce
impl Unpin for AnnounceNonce
impl UnsafeUnpin for AnnounceNonce
impl UnwindSafe for AnnounceNonce
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