Struct musli_value::AsValueDecoder
source · pub struct AsValueDecoder<E> { /* private fields */ }Expand description
Value’s AsDecoder implementation.
Implementations§
Trait Implementations§
source§impl<E> AsDecoder for AsValueDecoder<E>where
E: Error + From<ErrorKind> + From<SliceUnderflow>,
impl<E> AsDecoder for AsValueDecoder<E>where E: Error + From<ErrorKind> + From<SliceUnderflow>,
Auto Trait Implementations§
impl<E> RefUnwindSafe for AsValueDecoder<E>where E: RefUnwindSafe,
impl<E> Send for AsValueDecoder<E>where E: Send,
impl<E> Sync for AsValueDecoder<E>where E: Sync,
impl<E> Unpin for AsValueDecoder<E>where E: Unpin,
impl<E> UnwindSafe for AsValueDecoder<E>where E: 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