pub struct EnumActiveContext {}Auto Trait Implementations§
impl Freeze for EnumActiveContext
impl RefUnwindSafe for EnumActiveContext
impl Send for EnumActiveContext
impl Sync for EnumActiveContext
impl Unpin for EnumActiveContext
impl UnsafeUnpin for EnumActiveContext
impl UnwindSafe for EnumActiveContext
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