pub struct GtPkgSrcPath(/* private fields */);Trait Implementations§
Source§impl Clone for GtPkgSrcPath
impl Clone for GtPkgSrcPath
Source§fn clone(&self) -> GtPkgSrcPath
fn clone(&self) -> GtPkgSrcPath
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 GtPkgSrcPath
impl Debug for GtPkgSrcPath
Source§impl<'de> Deserialize<'de> for GtPkgSrcPath
impl<'de> Deserialize<'de> for GtPkgSrcPath
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 GtPkgSrcPath
impl From<GtCwdRelativePath> for GtPkgSrcPath
Source§fn from(path: GtCwdRelativePath) -> Self
fn from(path: GtCwdRelativePath) -> Self
Converts to this type from the input type.
Source§impl GtCwdRelativeDirPath<GtPkgSrcRelativePath> for GtPkgSrcPath
impl GtCwdRelativeDirPath<GtPkgSrcRelativePath> for GtPkgSrcPath
fn join(&self, path: &ChildPath) -> GtCwdRelativePath
Source§impl GtRelativePath for GtPkgSrcPath
impl GtRelativePath for GtPkgSrcPath
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 GtPkgSrcPath
impl Hash for GtPkgSrcPath
Source§impl PartialEq for GtPkgSrcPath
impl PartialEq for GtPkgSrcPath
Source§impl Serialize for GtPkgSrcPath
impl Serialize for GtPkgSrcPath
impl Eq for GtPkgSrcPath
impl StructuralPartialEq for GtPkgSrcPath
Auto Trait Implementations§
impl Freeze for GtPkgSrcPath
impl RefUnwindSafe for GtPkgSrcPath
impl Send for GtPkgSrcPath
impl Sync for GtPkgSrcPath
impl Unpin for GtPkgSrcPath
impl UnwindSafe for GtPkgSrcPath
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