pub enum RotateTime {
Disabled,
Second,
Day,
Month,
Year,
}
Variants§
Trait Implementations§
Source§impl Clone for RotateTime
impl Clone for RotateTime
Source§fn clone(&self) -> RotateTime
fn clone(&self) -> RotateTime
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 RotateTime
impl Debug for RotateTime
Source§impl Default for RotateTime
impl Default for RotateTime
Source§fn default() -> RotateTime
fn default() -> RotateTime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RotateTime
impl RefUnwindSafe for RotateTime
impl Send for RotateTime
impl Sync for RotateTime
impl Unpin for RotateTime
impl UnwindSafe for RotateTime
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