pub struct CurrentPath;
Expand description
Symbolize current path.
Trait Implementations§
Source§impl Clone for CurrentPath
impl Clone for CurrentPath
Source§fn clone(&self) -> CurrentPath
fn clone(&self) -> CurrentPath
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 CurrentPath
impl Debug for CurrentPath
Source§impl Default for CurrentPath
impl Default for CurrentPath
Source§fn default() -> CurrentPath
fn default() -> CurrentPath
Returns the “default value” for a type. Read more
Source§impl PartialEq for CurrentPath
impl PartialEq for CurrentPath
Source§impl TryFrom<CurrentPath> for AbsolutePath
impl TryFrom<CurrentPath> for AbsolutePath
Source§impl TryFrom<CurrentPath> for PathBuf
impl TryFrom<CurrentPath> for PathBuf
Source§impl TryFrom<CurrentPath> for Utf8PathBuf
impl TryFrom<CurrentPath> for Utf8PathBuf
Source§impl<'a> TryIntoCowPath<'a> for &CurrentPath
impl<'a> TryIntoCowPath<'a> for &CurrentPath
Source§impl<'a> TryIntoCowPath<'a> for CurrentPath
impl<'a> TryIntoCowPath<'a> for CurrentPath
Source§impl TryIntoPath for &CurrentPath
impl TryIntoPath for &CurrentPath
Source§impl TryIntoPath for CurrentPath
impl TryIntoPath for CurrentPath
impl Copy for CurrentPath
impl Eq for CurrentPath
impl StructuralPartialEq for CurrentPath
Auto Trait Implementations§
impl Freeze for CurrentPath
impl RefUnwindSafe for CurrentPath
impl Send for CurrentPath
impl Sync for CurrentPath
impl Unpin for CurrentPath
impl UnwindSafe for CurrentPath
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