pub struct SwitchConv;Expand description
The pass.
Trait Implementations§
Source§impl Debug for SwitchConv
impl Debug for SwitchConv
Auto Trait Implementations§
impl Freeze for SwitchConv
impl RefUnwindSafe for SwitchConv
impl Send for SwitchConv
impl Sync for SwitchConv
impl Unpin for SwitchConv
impl UnsafeUnpin for SwitchConv
impl UnwindSafe for SwitchConv
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