Struct rincon_session::client::DocumentUpdate [] [src]

pub struct DocumentUpdate<Upd> { /* fields omitted */ }

Methods

impl<Upd> DocumentUpdate<Upd>
[src]

[src]

[src]

[src]

[src]

Important traits for &'a mut W
[src]

Trait Implementations

impl<Upd> PartialEq<DocumentUpdate<Upd>> for DocumentUpdate<Upd> where
    Upd: PartialEq<Upd>, 
[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<Upd> Serialize for DocumentUpdate<Upd> where
    Upd: Serialize + Debug
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<Upd> Clone for DocumentUpdate<Upd> where
    Upd: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<Upd> Debug for DocumentUpdate<Upd> where
    Upd: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Upd> Send for DocumentUpdate<Upd> where
    Upd: Send

impl<Upd> Sync for DocumentUpdate<Upd> where
    Upd: Sync