Enum grpc_etcd::rpc::Compare_oneof_target_union [] [src]

pub enum Compare_oneof_target_union {
    version(i64),
    create_revision(i64),
    mod_revision(i64),
    value(Vec<u8>),
}

Variants

Trait Implementations

impl Clone for Compare_oneof_target_union
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Compare_oneof_target_union
[src]

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

This method tests for !=.