pub struct ValueDecoder { /* private fields */ }
Implementations§
Source§impl ValueDecoder
impl ValueDecoder
Trait Implementations§
Source§impl Debug for ValueDecoder
impl Debug for ValueDecoder
Source§impl Default for ValueDecoder
impl Default for ValueDecoder
Source§fn default() -> ValueDecoder
fn default() -> ValueDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValueDecoder
impl RefUnwindSafe for ValueDecoder
impl Send for ValueDecoder
impl Sync for ValueDecoder
impl Unpin for ValueDecoder
impl UnwindSafe for ValueDecoder
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