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