Struct edgedb_protocol::errors::DecodeValue
source · 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 copy 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 DecodeValuewhere
DecodeError: Error + ErrorCompat,
impl IntoError<DecodeError> for DecodeValuewhere DecodeError: Error + ErrorCompat,
impl Copy for DecodeValue
Auto Trait Implementations§
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