pub enum ScopeKey {
Global,
Local,
}
Variants§
Implementations§
Trait Implementations§
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