Struct edgedb_protocol::errors::ExtraData
source · pub struct ExtraData;
Expand description
SNAFU context selector for the DecodeError::ExtraData
variant
Implementations§
source§impl ExtraData
impl ExtraData
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 IntoError<DecodeError> for ExtraData
impl IntoError<DecodeError> for ExtraData
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 ExtraData
Auto Trait Implementations§
impl Freeze for ExtraData
impl RefUnwindSafe for ExtraData
impl Send for ExtraData
impl Sync for ExtraData
impl Unpin for ExtraData
impl UnwindSafe for ExtraData
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