Struct rincon_client::aql::types::UpdateNode [] [src]

pub struct UpdateNode { /* fields omitted */ }

Updates documents in a collection (given in its collection attribute). Will appear exactly once in a query that contains an UPDATE statement.

Methods

impl UpdateNode
[src]

[src]

Trait Implementations

impl Debug for UpdateNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UpdateNode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for UpdateNode

impl Sync for UpdateNode