#[repr(C)]pub struct CachedPath { /* private fields */ }
Expand description
A struct that provides a path as a string as well as the last modification time of the file it points to.
Trait Implementations§
Source§impl Clone for CachedPath
impl Clone for CachedPath
Source§fn clone(&self) -> CachedPath
fn clone(&self) -> CachedPath
Returns a copy 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 CachedPath
impl Debug for CachedPath
Source§impl Hash for CachedPath
impl Hash for CachedPath
Source§impl PartialEq for CachedPath
impl PartialEq for CachedPath
impl Eq for CachedPath
impl StructuralPartialEq for CachedPath
Auto Trait Implementations§
impl Freeze for CachedPath
impl RefUnwindSafe for CachedPath
impl Send for CachedPath
impl !Sync for CachedPath
impl Unpin for CachedPath
impl UnwindSafe for CachedPath
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