pub struct RollingFileInfo {
pub path: PathBuf,
pub created_at: FileNameTimeStamp,
}Fields§
§path: PathBuf§created_at: FileNameTimeStampTrait Implementations§
Source§impl Clone for RollingFileInfo
impl Clone for RollingFileInfo
Source§fn clone(&self) -> RollingFileInfo
fn clone(&self) -> RollingFileInfo
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 RollingFileInfo
impl Debug for RollingFileInfo
Source§impl From<RollingFileInfoWithSize> for RollingFileInfo
impl From<RollingFileInfoWithSize> for RollingFileInfo
Source§fn from(from: RollingFileInfoWithSize) -> Self
fn from(from: RollingFileInfoWithSize) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RollingFileInfo
impl PartialEq for RollingFileInfo
impl Eq for RollingFileInfo
impl StructuralPartialEq for RollingFileInfo
Auto Trait Implementations§
impl Freeze for RollingFileInfo
impl RefUnwindSafe for RollingFileInfo
impl Send for RollingFileInfo
impl Sync for RollingFileInfo
impl Unpin for RollingFileInfo
impl UnwindSafe for RollingFileInfo
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