Struct cassandra_cpp::Field [] [src]

pub struct Field {
    pub name: String,
    pub value: Value,
}

A field's metadata

Fields

The field's name

The field's value

Methods

impl Field
[src]

[src]

Gets the name of this field

[src]

Gets the type of this field

[src]

Gets the value of this field

Trait Implementations

impl Debug for Field
[src]

[src]

Formats the value using the given formatter.

impl Display for Field
[src]

[src]

Formats the value using the given formatter. Read more