Enum mongodb::CommandType [−][src]
pub enum CommandType {
Aggregate,
BuildInfo,
Count,
CreateCollection,
CreateIndexes,
CreateUser,
DeleteMany,
DeleteOne,
Distinct,
DropAllUsers,
DropCollection,
DropDatabase,
DropIndexes,
DropUser,
Find,
FindOneAndDelete,
FindOneAndReplace,
FindOneAndUpdate,
GetUser,
GetUsers,
InsertMany,
InsertOne,
IsMaster,
ListCollections,
ListDatabases,
ListIndexes,
Suppressed,
UpdateMany,
UpdateOne,
}Executable command types that can be monitored by the driver.
Variants
AggregateBuildInfoCountCreateCollectionCreateIndexesCreateUserDeleteManyDeleteOneDistinctDropAllUsersDropCollectionDropDatabaseDropIndexesDropUserFindFindOneAndDeleteFindOneAndReplaceFindOneAndUpdateGetUserGetUsersInsertManyInsertOneIsMasterListCollectionsListDatabasesListIndexesSuppressedUpdateManyUpdateOne
Methods
impl CommandType[src]
impl CommandTypeTrait Implementations
impl PartialEq for CommandType[src]
impl PartialEq for CommandTypefn eq(&self, other: &CommandType) -> bool[src]
fn eq(&self, other: &CommandType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for CommandType[src]
impl Eq for CommandTypeimpl Clone for CommandType[src]
impl Clone for CommandTypefn clone(&self) -> CommandType[src]
fn clone(&self) -> CommandTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for CommandType
impl Send for CommandTypeimpl Sync for CommandType
impl Sync for CommandType