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