pub struct RotateOptions {
pub size: RotateSize,
pub time: RotateTime,
pub file_count: u16,
}
Fields§
§size: RotateSize
§time: RotateTime
§file_count: u16
Trait Implementations§
Source§impl Clone for RotateOptions
impl Clone for RotateOptions
Source§fn clone(&self) -> RotateOptions
fn clone(&self) -> RotateOptions
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 RotateOptions
impl Debug for RotateOptions
Source§impl Default for RotateOptions
impl Default for RotateOptions
Source§fn default() -> RotateOptions
fn default() -> RotateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RotateOptions
impl RefUnwindSafe for RotateOptions
impl Send for RotateOptions
impl Sync for RotateOptions
impl Unpin for RotateOptions
impl UnwindSafe for RotateOptions
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