Struct simple_file_rotation::FileRotation
source · [−]pub struct FileRotation { /* private fields */ }
Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileRotation
impl Send for FileRotation
impl Sync for FileRotation
impl Unpin for FileRotation
impl UnwindSafe for FileRotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more