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