pub struct RollingFileConfig {
pub system: RollingFileSystem,
pub limits: RollingFileLimits,
}Fields§
§system: RollingFileSystem§limits: RollingFileLimitsTrait Implementations§
Source§impl Clone for RollingFileConfig
impl Clone for RollingFileConfig
Source§fn clone(&self) -> RollingFileConfig
fn clone(&self) -> RollingFileConfig
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 RollingFileConfig
impl Debug for RollingFileConfig
Source§impl PartialEq for RollingFileConfig
impl PartialEq for RollingFileConfig
impl Eq for RollingFileConfig
impl StructuralPartialEq for RollingFileConfig
Auto Trait Implementations§
impl Freeze for RollingFileConfig
impl RefUnwindSafe for RollingFileConfig
impl Send for RollingFileConfig
impl Sync for RollingFileConfig
impl Unpin for RollingFileConfig
impl UnwindSafe for RollingFileConfig
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