pub struct ClaimName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for ClaimName
impl Ord for ClaimName
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 PartialOrd for ClaimName
impl PartialOrd for ClaimName
impl Eq for ClaimName
impl StructuralPartialEq for ClaimName
Auto Trait Implementations§
impl Freeze for ClaimName
impl RefUnwindSafe for ClaimName
impl Send for ClaimName
impl Sync for ClaimName
impl Unpin for ClaimName
impl UnsafeUnpin for ClaimName
impl UnwindSafe for ClaimName
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