Enum rs_es::operations::common::VersionType [] [src]

pub enum VersionType {
    Internal,
    External,
    ExternalGt,
    ExternalGte,
    Force,
}

The version_type field

Variants

Trait Implementations

impl Serialize for VersionType
[src]

Serializes this value into this serializer.

impl ToString for VersionType
[src]

Converts the given value to a String. Read more