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