Struct xrl::Update [] [src]

pub struct Update {
    pub rev: Option<u64>,
    pub operations: Vec<Operation>,
    pub pristine: bool,
    pub view_id: ViewId,
}

Fields

Trait Implementations

impl Debug for Update
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Update
[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 Clone for Update
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Update

impl Sync for Update