pub struct GtDistRelativePath(/* private fields */);Expand description
Path relative to the dist directory.
Trait Implementations§
Source§impl Clone for GtDistRelativePath
impl Clone for GtDistRelativePath
Source§fn clone(&self) -> GtDistRelativePath
fn clone(&self) -> GtDistRelativePath
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 GtDistRelativePath
impl Debug for GtDistRelativePath
Source§impl<'de> Deserialize<'de> for GtDistRelativePath
impl<'de> Deserialize<'de> for GtDistRelativePath
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<&str> for GtDistRelativePath
impl From<&str> for GtDistRelativePath
Source§impl GtCwdRelativeDirPath<GtDistRelativePath> for GtDistPath
impl GtCwdRelativeDirPath<GtDistRelativePath> for GtDistPath
fn join(&self, path: &ChildPath) -> GtCwdRelativePath
Source§impl GtRelativePath for GtDistRelativePath
impl GtRelativePath for GtDistRelativePath
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 GtDistRelativePath
impl Hash for GtDistRelativePath
Source§impl PartialEq for GtDistRelativePath
impl PartialEq for GtDistRelativePath
Source§impl Serialize for GtDistRelativePath
impl Serialize for GtDistRelativePath
impl Eq for GtDistRelativePath
impl StructuralPartialEq for GtDistRelativePath
Auto Trait Implementations§
impl Freeze for GtDistRelativePath
impl RefUnwindSafe for GtDistRelativePath
impl Send for GtDistRelativePath
impl Sync for GtDistRelativePath
impl Unpin for GtDistRelativePath
impl UnwindSafe for GtDistRelativePath
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