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