pub struct CurrentPath;Expand description
Basic functionality. A type to symbolyze the crruent path. Basic functionality. A type to symbolyze the crruent path. 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CurrentPath
Source§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
impl Eq for CurrentPath
Source§impl PartialEq for CurrentPath
impl PartialEq for CurrentPath
Source§fn eq(&self, other: &CurrentPath) -> bool
fn eq(&self, other: &CurrentPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CurrentPath
Source§impl TryFrom<CurrentPath> for Utf8PathBuf
Available on crate feature path_utf8 only.
impl TryFrom<CurrentPath> for Utf8PathBuf
Available on crate feature
path_utf8 only.Source§impl TryFrom<CurrentPath> for PathBuf
impl TryFrom<CurrentPath> for PathBuf
Source§impl TryFrom<CurrentPath> for AbsolutePath
impl TryFrom<CurrentPath> for AbsolutePath
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
Auto Trait Implementations§
impl Freeze for CurrentPath
impl RefUnwindSafe for CurrentPath
impl Send for CurrentPath
impl Sync for CurrentPath
impl Unpin for CurrentPath
impl UnsafeUnpin 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