Struct log4rs::append::rolling_file::policy::compound::roll::delete::DeleteRoller
source · [−]pub struct DeleteRoller(_);
Expand description
A roller which deletes the log file.
Implementations
sourceimpl DeleteRoller
impl DeleteRoller
sourcepub fn new() -> DeleteRoller
pub fn new() -> DeleteRoller
Returns a new DeleteRoller
.
Trait Implementations
sourceimpl Debug for DeleteRoller
impl Debug for DeleteRoller
Auto Trait Implementations
impl RefUnwindSafe for DeleteRoller
impl Send for DeleteRoller
impl Sync for DeleteRoller
impl Unpin for DeleteRoller
impl UnwindSafe for DeleteRoller
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more