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