pub struct DecodeValue;
Expand description
SNAFU context selector for the DecodeError::DecodeValue
variant
Trait Implementations§
Source§impl Clone for DecodeValue
impl Clone for DecodeValue
Source§fn clone(&self) -> DecodeValue
fn clone(&self) -> DecodeValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DecodeValue
impl Debug for DecodeValue
Source§impl IntoError<DecodeError> for DecodeValue
impl IntoError<DecodeError> for DecodeValue
impl Copy for DecodeValue
Auto Trait Implementations§
impl Freeze for DecodeValue
impl RefUnwindSafe for DecodeValue
impl Send for DecodeValue
impl Sync for DecodeValue
impl Unpin for DecodeValue
impl UnwindSafe for DecodeValue
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