Struct edgedb_protocol::errors::TupleSizeMismatch
source · pub struct TupleSizeMismatch;
Expand description
SNAFU context selector for the DecodeError::TupleSizeMismatch
variant
Implementations§
source§impl TupleSizeMismatch
impl TupleSizeMismatch
sourcepub fn build(self) -> DecodeError
pub fn build(self) -> DecodeError
Consume the selector and return the associated error
sourcepub fn fail<__T>(self) -> Result<__T, DecodeError>
pub fn fail<__T>(self) -> Result<__T, DecodeError>
Consume the selector and return a Result
with the associated error
Trait Implementations§
source§impl Clone for TupleSizeMismatch
impl Clone for TupleSizeMismatch
source§fn clone(&self) -> TupleSizeMismatch
fn clone(&self) -> TupleSizeMismatch
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 TupleSizeMismatch
impl Debug for TupleSizeMismatch
source§impl IntoError<DecodeError> for TupleSizeMismatchwhere
DecodeError: Error + ErrorCompat,
impl IntoError<DecodeError> for TupleSizeMismatchwhere 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 TupleSizeMismatch
Auto Trait Implementations§
impl RefUnwindSafe for TupleSizeMismatch
impl Send for TupleSizeMismatch
impl Sync for TupleSizeMismatch
impl Unpin for TupleSizeMismatch
impl UnwindSafe for TupleSizeMismatch
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