#[repr(transparent)]pub struct ObjKey(_);
Implementations§
Trait Implementations§
source§impl Ord for ObjKey
impl Ord for ObjKey
source§impl PartialEq<ObjKey> for ObjKey
impl PartialEq<ObjKey> for ObjKey
source§impl PartialOrd<ObjKey> for ObjKey
impl PartialOrd<ObjKey> for ObjKey
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 ObjKey
impl Eq for ObjKey
impl StructuralEq for ObjKey
impl StructuralPartialEq for ObjKey
Auto Trait Implementations§
impl RefUnwindSafe for ObjKey
impl Send for ObjKey
impl Sync for ObjKey
impl Unpin for ObjKey
impl UnwindSafe for ObjKey
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