Struct std::path::PathBuf [] [src]

pub struct PathBuf {
    pub inner: String,
}

Fields

inner

Methods

impl PathBuf

fn to_str(&self) -> Option<&str>

fn to_string(&self) -> String

fn display(&self) -> Display

Trait Implementations

impl AsRef<Path> for PathBuf

fn as_ref(&self) -> &Path

impl From<String> for PathBuf

fn from(inner: String) -> PathBuf

Derived Implementations

impl Debug for PathBuf

fn fmt(&self, __arg_0: &mut Formatter) -> Result