Struct edgedb_protocol::errors::InvalidUtf8
source · pub struct InvalidUtf8;
Expand description
SNAFU context selector for the DecodeError::InvalidUtf8
variant
Trait Implementations§
source§impl Clone for InvalidUtf8
impl Clone for InvalidUtf8
source§fn clone(&self) -> InvalidUtf8
fn clone(&self) -> InvalidUtf8
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 InvalidUtf8
impl Debug for InvalidUtf8
source§impl IntoError<DecodeError> for InvalidUtf8where
DecodeError: Error + ErrorCompat,
impl IntoError<DecodeError> for InvalidUtf8where DecodeError: Error + ErrorCompat,
source§fn into_error(self, error: Self::Source) -> DecodeError
fn into_error(self, error: Self::Source) -> DecodeError
Combine the information to produce the error
impl Copy for InvalidUtf8
Auto Trait Implementations§
impl RefUnwindSafe for InvalidUtf8
impl Send for InvalidUtf8
impl Sync for InvalidUtf8
impl Unpin for InvalidUtf8
impl UnwindSafe for InvalidUtf8
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