Enum pony::pony::ETag[][src]

pub enum ETag {
    None,
    LastModified,
    Sha1,
}

Variants

Trait Implementations

impl Clone for ETag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ETag
[src]

Returns the "default value" for a type. Read more

impl Copy for ETag
[src]

Auto Trait Implementations

impl Send for ETag

impl Sync for ETag