pub enum ContextTypeKey {
Container,
Protected,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for ContextTypeKey
impl RefUnwindSafe for ContextTypeKey
impl Send for ContextTypeKey
impl Sync for ContextTypeKey
impl Unpin for ContextTypeKey
impl UnsafeUnpin for ContextTypeKey
impl UnwindSafe for ContextTypeKey
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