pub struct ConversionHandler;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConversionHandler
impl RefUnwindSafe for ConversionHandler
impl Send for ConversionHandler
impl Sync for ConversionHandler
impl Unpin for ConversionHandler
impl UnsafeUnpin for ConversionHandler
impl UnwindSafe for ConversionHandler
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