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]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.