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