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