pub struct VerifiedCoordinationGrant { /* private fields */ }Expand description
One grant binding proven by a complete canonical coordination history.
Implementations§
Trait Implementations§
Source§impl Clone for VerifiedCoordinationGrant
impl Clone for VerifiedCoordinationGrant
Source§fn clone(&self) -> VerifiedCoordinationGrant
fn clone(&self) -> VerifiedCoordinationGrant
Returns a duplicate of the value. Read more
1.0.0 · 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 VerifiedCoordinationGrant
impl Debug for VerifiedCoordinationGrant
Source§impl Ord for VerifiedCoordinationGrant
impl Ord for VerifiedCoordinationGrant
Source§fn cmp(&self, other: &VerifiedCoordinationGrant) -> Ordering
fn cmp(&self, other: &VerifiedCoordinationGrant) -> Ordering
1.21.0 · 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 PartialOrd for VerifiedCoordinationGrant
impl PartialOrd for VerifiedCoordinationGrant
impl Eq for VerifiedCoordinationGrant
impl StructuralPartialEq for VerifiedCoordinationGrant
Auto Trait Implementations§
impl Freeze for VerifiedCoordinationGrant
impl RefUnwindSafe for VerifiedCoordinationGrant
impl Send for VerifiedCoordinationGrant
impl Sync for VerifiedCoordinationGrant
impl Unpin for VerifiedCoordinationGrant
impl UnsafeUnpin for VerifiedCoordinationGrant
impl UnwindSafe for VerifiedCoordinationGrant
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