Enum gauc::couchbase::types::handle_type::HandleType [] [src]

pub enum HandleType {
    Bucket,
    Cluster,
}

Variants

Trait Implementations

impl Debug for HandleType
[src]

Formats the value using the given formatter.

impl Clone for HandleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HandleType
[src]