Struct rincon_session::client::NewDocument [] [src]

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

Methods

impl<T> NewDocument<T>
[src]

[src]

[src]

[src]

Important traits for &'a mut W
[src]

Trait Implementations

impl<T> PartialEq<NewDocument<T>> for NewDocument<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> Serialize for NewDocument<T> where
    T: Serialize + Debug
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<T> From<T> for NewDocument<T>
[src]

[src]

Performs the conversion.

impl<T> Clone for NewDocument<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 NewDocument<T> where
    T: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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