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