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
Trait Implementations
impl Display for CommandStarted[src]
impl Display for CommandStartedAuto Trait Implementations
impl Send for CommandStarted
impl Send for CommandStartedimpl Sync for CommandStarted
impl Sync for CommandStarted