pub struct ScopeKey(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for ScopeKey
impl Ord for ScopeKey
Source§impl PartialOrd for ScopeKey
impl PartialOrd for ScopeKey
impl Copy for ScopeKey
impl Eq for ScopeKey
impl StructuralPartialEq for ScopeKey
Auto Trait Implementations§
impl Freeze for ScopeKey
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