Struct rincon_session::client::DocumentKey [] [src]

pub struct DocumentKey(_);

Methods

impl DocumentKey
[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl FromStr for DocumentKey
[src]

The associated error which can be returned from parsing.

[src]

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

impl Eq for DocumentKey
[src]

impl Hash for DocumentKey
[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 PartialEq<DocumentKey> for DocumentKey
[src]

[src]

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

[src]

This method tests for !=.

impl Serialize for DocumentKey
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl From<DocumentId> for DocumentKey
[src]

[src]

Performs the conversion.

impl From<DocumentKey> for DocumentIdOption
[src]

[src]

Performs the conversion.

impl From<DocumentKey> for DocumentSelector
[src]

[src]

Performs the conversion.

impl Clone for DocumentKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DocumentKey
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DocumentKey

impl Sync for DocumentKey