[][src]Struct ra_ap_paths::RelPath

#[repr(transparent)]pub struct RelPath(_);

Implementations

impl RelPath[src]

pub fn new_unchecked(path: &Path) -> &RelPath[src]

Trait Implementations

impl AsRef<Path> for RelPath[src]

impl Debug for RelPath[src]

impl Deref for RelPath[src]

type Target = Path

The resulting type after dereferencing.

impl Eq for RelPath[src]

impl Hash for RelPath[src]

impl Ord for RelPath[src]

impl PartialEq<RelPath> for RelPath[src]

impl PartialOrd<RelPath> for RelPath[src]

impl StructuralEq for RelPath[src]

impl StructuralPartialEq for RelPath[src]

Auto Trait Implementations

impl RefUnwindSafe for RelPath

impl Send for RelPath

impl Sync for RelPath

impl Unpin for RelPath

impl UnwindSafe for RelPath

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]