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