pub enum BusinessDayError {
InvalidRange,
}Variants§
InvalidRange
Trait Implementations§
Source§impl Clone for BusinessDayError
impl Clone for BusinessDayError
Source§fn clone(&self) -> BusinessDayError
fn clone(&self) -> BusinessDayError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BusinessDayError
impl Debug for BusinessDayError
Source§impl PartialEq for BusinessDayError
impl PartialEq for BusinessDayError
Source§fn eq(&self, other: &BusinessDayError) -> bool
fn eq(&self, other: &BusinessDayError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BusinessDayError
impl Eq for BusinessDayError
impl StructuralPartialEq for BusinessDayError
Auto Trait Implementations§
impl Freeze for BusinessDayError
impl RefUnwindSafe for BusinessDayError
impl Send for BusinessDayError
impl Sync for BusinessDayError
impl Unpin for BusinessDayError
impl UnsafeUnpin for BusinessDayError
impl UnwindSafe for BusinessDayError
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