Struct patch::File [] [src]

pub struct File<'a> {
    pub name: String,
    pub meta: Option<FileMetadata<'a>>,
}

Fields

Trait Implementations

impl<'a> Debug for File<'a>
[src]

Formats the value using the given formatter.

impl<'a> Eq for File<'a>
[src]

impl<'a> PartialEq for File<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.