[][src]Trait avocado::ops::Update

pub trait Update<T: Doc>: Debug {
    fn filter(&self) -> Document;
fn update(&self) -> Document; fn options() -> WriteConcern { ... } }

An update (but not an upsert) operation.

Required methods

Filter for restricting documents to update.

The update to perform on matching documents.

Loading content...

Provided methods

Options for this update operation.

Loading content...

Implementations on Foreign Types

impl<T: Doc, U: Update<T>, '_> Update<T> for &'_ U
[src]

Loading content...

Implementors

Loading content...