Struct rincon_session::client::DocumentHeader [] [src]

pub struct DocumentHeader { /* fields omitted */ }

Methods

impl DocumentHeader
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Serialize for DocumentHeader
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Hash for DocumentHeader
[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 Eq for DocumentHeader
[src]

impl PartialEq<DocumentHeader> for DocumentHeader
[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<T> From<Document<T>> for DocumentHeader
[src]

[src]

Performs the conversion.

impl From<DocumentHeader> for DocumentSelector
[src]

[src]

Performs the conversion.

impl Clone for DocumentHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DocumentHeader
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations