[−][src]Struct ra_ap_paths::AbsPath
Implementations
impl AbsPath[src]
pub fn assert(path: &Path) -> &AbsPath[src]
pub fn parent(&self) -> Option<&AbsPath>[src]
pub fn join(&self, path: impl AsRef<Path>) -> AbsPathBuf[src]
pub fn normalize(&self) -> AbsPathBuf[src]
pub fn to_path_buf(&self) -> AbsPathBuf[src]
pub fn strip_prefix(&self, base: &AbsPath) -> Option<&RelPath>[src]
Trait Implementations
impl AsRef<AbsPath> for AbsPathBuf[src]
impl AsRef<Path> for AbsPath[src]
impl Debug for AbsPath[src]
impl Deref for AbsPath[src]
impl Eq for AbsPath[src]
impl Hash for AbsPath[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,