Struct edgedb_protocol::errors::InvalidArrayShape
source · pub struct InvalidArrayShape;
Expand description
SNAFU context selector for the DecodeError::InvalidArrayShape
variant
Implementations§
source§impl InvalidArrayShape
impl InvalidArrayShape
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 InvalidArrayShape
impl Clone for InvalidArrayShape
source§fn clone(&self) -> InvalidArrayShape
fn clone(&self) -> InvalidArrayShape
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 InvalidArrayShape
impl Debug for InvalidArrayShape
source§impl IntoError<DecodeError> for InvalidArrayShape
impl IntoError<DecodeError> for InvalidArrayShape
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 InvalidArrayShape
Auto Trait Implementations§
impl Freeze for InvalidArrayShape
impl RefUnwindSafe for InvalidArrayShape
impl Send for InvalidArrayShape
impl Sync for InvalidArrayShape
impl Unpin for InvalidArrayShape
impl UnwindSafe for InvalidArrayShape
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