pub struct ConvertAndEncode<Raw>(pub PhantomData<Raw>);
Tuple Fields§
§0: PhantomData<Raw>
Trait Implementations§
Source§impl<Encoding, Strategy, Value, Raw> Decoder<Encoding, Strategy, Value> for ConvertAndEncode<Raw>
impl<Encoding, Strategy, Value, Raw> Decoder<Encoding, Strategy, Value> for ConvertAndEncode<Raw>
Auto Trait Implementations§
impl<Raw> Freeze for ConvertAndEncode<Raw>
impl<Raw> RefUnwindSafe for ConvertAndEncode<Raw>where
Raw: RefUnwindSafe,
impl<Raw> Send for ConvertAndEncode<Raw>where
Raw: Send,
impl<Raw> Sync for ConvertAndEncode<Raw>where
Raw: Sync,
impl<Raw> Unpin for ConvertAndEncode<Raw>where
Raw: Unpin,
impl<Raw> UnwindSafe for ConvertAndEncode<Raw>where
Raw: 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