pub struct GrabOwner(bool);
Tuple Fields§
§0: bool
Implementations§
Trait Implementations§
source§impl Ord for GrabOwner
impl Ord for GrabOwner
source§impl PartialEq for GrabOwner
impl PartialEq for GrabOwner
source§impl PartialOrd for GrabOwner
impl PartialOrd for GrabOwner
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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 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