pub(crate) enum RoundingIncrementError {
ForDateTime,
ForOffset,
ForSignedDuration,
ForSpan,
ForTime,
ForTimestamp,
}Variants§
Trait Implementations§
Source§impl Clone for RoundingIncrementError
impl Clone for RoundingIncrementError
Source§fn clone(&self) -> RoundingIncrementError
fn clone(&self) -> RoundingIncrementError
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 RoundingIncrementError
impl Debug for RoundingIncrementError
Source§impl Display for RoundingIncrementError
impl Display for RoundingIncrementError
Source§impl From<RoundingIncrementError> for Error
impl From<RoundingIncrementError> for Error
Source§fn from(err: RoundingIncrementError) -> Error
fn from(err: RoundingIncrementError) -> Error
Converts to this type from the input type.
Source§impl IntoError for RoundingIncrementError
impl IntoError for RoundingIncrementError
fn into_error(self) -> Error
Auto Trait Implementations§
impl Freeze for RoundingIncrementError
impl RefUnwindSafe for RoundingIncrementError
impl Send for RoundingIncrementError
impl Sync for RoundingIncrementError
impl Unpin for RoundingIncrementError
impl UnwindSafe for RoundingIncrementError
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