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