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