Enum kite::document::FieldValue [] [src]

pub enum FieldValue {
    String(String),
    Integer(i64),
    Boolean(bool),
    DateTime(DateTime<UTC>),
}

Variants

Methods

impl FieldValue
[src]

Trait Implementations

impl Debug for FieldValue
[src]

Formats the value using the given formatter.

impl Clone for FieldValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for FieldValue
[src]

Serialize this value into the given Serde serializer. Read more