pub struct Converter<I, O> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, O> Freeze for Converter<I, O>
impl<I, O> RefUnwindSafe for Converter<I, O>where
I: RefUnwindSafe,
O: RefUnwindSafe,
impl<I, O> Send for Converter<I, O>
impl<I, O> Sync for Converter<I, O>
impl<I, O> Unpin for Converter<I, O>
impl<I, O> UnwindSafe for Converter<I, O>where
I: UnwindSafe,
O: UnwindSafe,
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