pub struct EncodeFromContext;
Trait Implementations§
Source§impl<Encoding, Strategy, Value> Decoder<Encoding, Strategy, Value> for EncodeFromContextwhere
Encoding: CanDecode<Strategy, Value>,
impl<Encoding, Strategy, Value> Decoder<Encoding, Strategy, Value> for EncodeFromContextwhere
Encoding: CanDecode<Strategy, Value>,
Auto Trait Implementations§
impl Freeze for EncodeFromContext
impl RefUnwindSafe for EncodeFromContext
impl Send for EncodeFromContext
impl Sync for EncodeFromContext
impl Unpin for EncodeFromContext
impl UnwindSafe for EncodeFromContext
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