Struct mongodb::CommandStarted
[−]
[src]
pub struct CommandStarted {
pub command: Document,
pub database_name: String,
pub command_name: String,
pub request_id: i64,
pub connection_string: String,
}Contains the information about a given command that started.
Fields
command: Document
database_name: String
command_name: String
request_id: i64
connection_string: String