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