Enum cassandra_cpp::BatchType [] [src]

pub enum BatchType {
    LOGGED,
    UNLOGGED,
    COUNTER,
}

A type of batch.

Variants

Methods

impl BatchType
[src]

[src]

List all the possible values of this enumeration.

Trait Implementations

impl Debug for BatchType
[src]

[src]

Formats the value using the given formatter.

impl Eq for BatchType
[src]

impl PartialEq for BatchType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Copy for BatchType
[src]

impl Clone for BatchType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for BatchType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for BatchType
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for BatchType
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more