pub struct RotatedLogFile {
pub path: PathBuf,
pub bytes: u64,
pub modified: SystemTime,
}Fields§
§path: PathBuf§bytes: u64§modified: SystemTimeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RotatedLogFile
impl RefUnwindSafe for RotatedLogFile
impl Send for RotatedLogFile
impl Sync for RotatedLogFile
impl Unpin for RotatedLogFile
impl UnsafeUnpin for RotatedLogFile
impl UnwindSafe for RotatedLogFile
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