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