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