pub struct CurrentUserViewWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for CurrentUserViewWhen
impl !RefUnwindSafe for CurrentUserViewWhen
impl !Send for CurrentUserViewWhen
impl !Sync for CurrentUserViewWhen
impl Unpin for CurrentUserViewWhen
impl UnsafeUnpin for CurrentUserViewWhen
impl !UnwindSafe for CurrentUserViewWhen
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