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

Trait Implementations

impl Display for CommandStarted
[src]

Formats the value using the given formatter. Read more