Struct rincon_session::client::Document [] [src]

pub struct Document<T> { /* fields omitted */ }

Methods

impl<T> Document<T>
[src]

[src]

[src]

[src]

[src]

Important traits for &'a mut W
[src]

[src]

[src]

Trait Implementations

impl<'de, T> Deserialize<'de> for Document<T> where
    T: DeserializeOwned
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl<T> PartialEq<Document<T>> for Document<T> where
    T: PartialEq<T>, 
[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<T> Clone for Document<T> where
    T: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> Debug for Document<T> where
    T: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Document<T> where
    T: Send

impl<T> Sync for Document<T> where
    T: Sync