Struct rincon_session::client::UpdatedDocument [] [src]

pub struct UpdatedDocument<Old, New> { /* fields omitted */ }

Methods

impl<Old, New> UpdatedDocument<Old, New>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'de, Old, New> Deserialize<'de> for UpdatedDocument<Old, New> where
    New: DeserializeOwned,
    Old: DeserializeOwned
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl<Old, New> PartialEq<UpdatedDocument<Old, New>> for UpdatedDocument<Old, New> where
    New: PartialEq<New>,
    Old: PartialEq<Old>, 
[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<Old, New> Clone for UpdatedDocument<Old, New> where
    New: Clone,
    Old: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<Old, New> Debug for UpdatedDocument<Old, New> where
    New: Debug,
    Old: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Old, New> Send for UpdatedDocument<Old, New> where
    New: Send,
    Old: Send

impl<Old, New> Sync for UpdatedDocument<Old, New> where
    New: Sync,
    Old: Sync