Struct corollary_support::FilePath [] [src]

pub struct FilePath {
    pub path: String,
}

Fields

Trait Implementations

impl Clone for FilePath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<String> for FilePath
[src]

Performs the conversion.

impl ToString for FilePath
[src]

Converts the given value to a String. Read more