pub struct GtDistPath(/* private fields */);Trait Implementations§
Source§impl Clone for GtDistPath
impl Clone for GtDistPath
Source§fn clone(&self) -> GtDistPath
fn clone(&self) -> GtDistPath
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 GtDistPath
impl Debug for GtDistPath
Source§impl<'de> Deserialize<'de> for GtDistPath
impl<'de> Deserialize<'de> for GtDistPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<GtCwdRelativePath> for GtDistPath
impl From<GtCwdRelativePath> for GtDistPath
Source§fn from(path: GtCwdRelativePath) -> Self
fn from(path: GtCwdRelativePath) -> Self
Converts to this type from the input type.
Source§impl GtCwdRelativeDirPath<GtDistRelativePath> for GtDistPath
impl GtCwdRelativeDirPath<GtDistRelativePath> for GtDistPath
fn join(&self, path: &ChildPath) -> GtCwdRelativePath
Source§impl GtRelativePath for GtDistPath
impl GtRelativePath for GtDistPath
fn new(path: RelativePathBuf) -> Self
fn relative_path(&self) -> &RelativePathBuf
fn as_str(&self) -> &str
fn with_extension<Str: AsRef<str>>(&self, ext: Str) -> Selfwhere
Self: Sized,
fn join_path(&self, path: &RelativePathBuf) -> Selfwhere
Self: Sized,
fn parent(&self) -> Option<Self>where
Self: Sized,
fn parents(&self) -> Successors<Self, fn(&Self) -> Option<Self>>
Source§impl Hash for GtDistPath
impl Hash for GtDistPath
Source§impl PartialEq for GtDistPath
impl PartialEq for GtDistPath
Source§impl Serialize for GtDistPath
impl Serialize for GtDistPath
impl Eq for GtDistPath
impl StructuralPartialEq for GtDistPath
Auto Trait Implementations§
impl Freeze for GtDistPath
impl RefUnwindSafe for GtDistPath
impl Send for GtDistPath
impl Sync for GtDistPath
impl Unpin for GtDistPath
impl UnwindSafe for GtDistPath
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