Enum rincon_session::client::CollectionType [] [src]

pub enum CollectionType {
    Documents,
    Edges,
}

This enum defines the different types of collections.

Variants

Documents collection

Edges collection

Trait Implementations

impl Copy for CollectionType
[src]

impl<'de> Deserialize<'de> for CollectionType
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<CollectionType> for CollectionType
[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 Serialize for CollectionType
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for CollectionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CollectionType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations