pub enum QuarterError {
InvalidMonth,
}Variants§
InvalidMonth
Trait Implementations§
Source§impl Clone for QuarterError
impl Clone for QuarterError
Source§fn clone(&self) -> QuarterError
fn clone(&self) -> QuarterError
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 QuarterError
impl Debug for QuarterError
Source§impl PartialEq for QuarterError
impl PartialEq for QuarterError
Source§fn eq(&self, other: &QuarterError) -> bool
fn eq(&self, other: &QuarterError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for QuarterError
impl Eq for QuarterError
impl StructuralPartialEq for QuarterError
Auto Trait Implementations§
impl Freeze for QuarterError
impl RefUnwindSafe for QuarterError
impl Send for QuarterError
impl Sync for QuarterError
impl Unpin for QuarterError
impl UnsafeUnpin for QuarterError
impl UnwindSafe for QuarterError
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