Struct xrl::Update [] [src]

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

Fields

Trait Implementations

impl Debug for Update
[src]

[src]

Formats the value using the given formatter.

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<'de> Deserialize<'de> for Update
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more