pub struct FileAndTime { /* private fields */ }
Implementations§
Source§impl FileAndTime
impl FileAndTime
pub fn debug_get_file(&self) -> Option<&str>
pub fn new_with_time(file: PathBuf) -> FileAndTime
pub fn is_up_to_date(&self) -> bool
Trait Implementations§
Source§impl Clone for FileAndTime
impl Clone for FileAndTime
Source§fn clone(&self) -> FileAndTime
fn clone(&self) -> FileAndTime
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 moreAuto Trait Implementations§
impl Freeze for FileAndTime
impl RefUnwindSafe for FileAndTime
impl Send for FileAndTime
impl Sync for FileAndTime
impl Unpin for FileAndTime
impl UnwindSafe for FileAndTime
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