Struct fs_mistrust::anon_home::AnonHomePath
source · pub struct AnonHomePath<'a>(_);
Available on crate feature
anon_home
only.Expand description
A wrapper for Path
which, when displayed, replaces the home directory with
a symbolic reference.
Trait Implementations§
source§impl<'a> Clone for AnonHomePath<'a>
impl<'a> Clone for AnonHomePath<'a>
source§fn clone(&self) -> AnonHomePath<'a>
fn clone(&self) -> AnonHomePath<'a>
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 more