Skip to main content

IsMongoInsert

Trait IsMongoInsert 

Source
pub trait IsMongoInsert {
    // Required method
    fn is_mongo_insert(&self) -> bool;
}
Expand description

Trait for checking if this is a MongoDB insert operation.

Required Methods§

Source

fn is_mongo_insert(&self) -> bool

Returns true if this is an insert operation.

Implementors§