Struct edgedb_protocol::errors::Underflow
source · [−]pub struct Underflow;
Expand description
SNAFU context selector for the DecodeError::Underflow
variant
Implementations
sourceimpl Underflow
impl Underflow
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
sourceimpl IntoError<DecodeError> for Underflow where
DecodeError: Error + ErrorCompat,
impl IntoError<DecodeError> for Underflow where
DecodeError: Error + ErrorCompat,
sourcefn 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 Underflow
Auto Trait Implementations
impl RefUnwindSafe for Underflow
impl Send for Underflow
impl Sync for Underflow
impl Unpin for Underflow
impl UnwindSafe for Underflow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more