Enum patch::FileMetadata [] [src]

pub enum FileMetadata<'a> {
    DateTime(DateTime<FixedOffset>),
    Other(&'a str),
}

Variants

Trait Implementations

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

Formats the value using the given formatter.

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

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

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

This method tests for !=.