Struct path_abs::ser::PathSer[][src]

pub struct PathSer(_);

Implementations

impl PathSer[src]

pub fn new<P: Into<Arc<PathBuf>>>(path: P) -> Self[src]

pub fn as_path(&self) -> &Path[src]

Trait Implementations

impl AsRef<OsStr> for PathSer[src]

impl AsRef<Path> for PathSer[src]

impl AsRef<PathBuf> for PathSer[src]

impl Borrow<Path> for PathSer[src]

impl<'a> Borrow<Path> for &'a PathSer[src]

impl Borrow<PathBuf> for PathSer[src]

impl<'a> Borrow<PathBuf> for &'a PathSer[src]

impl Clone for PathSer[src]

impl Debug for PathSer[src]

impl<'de> Deserialize<'de> for PathSer[src]

impl Eq for PathSer[src]

impl<P: Into<PathBuf>> From<P> for PathSer[src]

impl Hash for PathSer[src]

impl Ord for PathSer[src]

impl PartialEq<PathSer> for PathSer[src]

impl PartialOrd<PathSer> for PathSer[src]

impl PathMut for PathSer[src]

impl PathOps for PathSer[src]

type Output = PathSer

impl Serialize for PathSer[src]

impl StructuralEq for PathSer[src]

impl StructuralPartialEq for PathSer[src]

Auto Trait Implementations

impl RefUnwindSafe for PathSer

impl Send for PathSer

impl Sync for PathSer

impl Unpin for PathSer

impl UnwindSafe for PathSer

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]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> FromStfu8 for T where
    T: From<PathBuf>, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> PathInfo for T where
    T: Clone + Borrow<PathBuf> + Into<Arc<PathBuf>>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToStfu8 for T where
    T: Borrow<PathBuf>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.