pub enum IntervalSetError {
LimitExceeded,
InvalidInterval,
}
Variants§
Trait Implementations§
Source§impl Clone for IntervalSetError
impl Clone for IntervalSetError
Source§fn clone(&self) -> IntervalSetError
fn clone(&self) -> IntervalSetError
Returns a duplicate 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 IntervalSetError
impl Debug for IntervalSetError
Source§impl Hash for IntervalSetError
impl Hash for IntervalSetError
Source§impl Ord for IntervalSetError
impl Ord for IntervalSetError
Source§fn cmp(&self, other: &IntervalSetError) -> Ordering
fn cmp(&self, other: &IntervalSetError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IntervalSetError
impl PartialEq for IntervalSetError
Source§impl PartialOrd for IntervalSetError
impl PartialOrd for IntervalSetError
impl Copy for IntervalSetError
impl Eq for IntervalSetError
impl StructuralPartialEq for IntervalSetError
Auto Trait Implementations§
impl Freeze for IntervalSetError
impl RefUnwindSafe for IntervalSetError
impl Send for IntervalSetError
impl Sync for IntervalSetError
impl Unpin for IntervalSetError
impl UnwindSafe for IntervalSetError
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