pub struct CachedPath { /* private fields */ }Available on crate features
ffi or std only.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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq for CachedPath
Source§impl Hash for CachedPath
impl Hash for CachedPath
Source§impl PartialEq for CachedPath
impl PartialEq for CachedPath
Source§fn eq(&self, other: &CachedPath) -> bool
fn eq(&self, other: &CachedPath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.