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