pub struct GrabOwner(bool);Tuple Fields§
§0: boolImplementations§
Trait Implementations§
Source§impl Ord for GrabOwner
impl Ord for GrabOwner
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 GrabOwner
impl PartialOrd for GrabOwner
impl Copy for GrabOwner
impl Eq for GrabOwner
impl StructuralPartialEq for GrabOwner
Auto Trait Implementations§
impl Freeze for GrabOwner
impl RefUnwindSafe for GrabOwner
impl Send for GrabOwner
impl Sync for GrabOwner
impl Unpin for GrabOwner
impl UnsafeUnpin for GrabOwner
impl UnwindSafe for GrabOwner
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