Struct mongors::message::OpMsg[][src]

pub struct OpMsg {
    pub header: Header,
    pub flag_bits: OpMsgFlags,
    pub sections: Vec<Section>,
    pub checksum: u32,
}

Fields

Methods

impl OpMsg
[src]

Trait Implementations

impl Debug for OpMsg
[src]

Formats the value using the given formatter. Read more

impl Clone for OpMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OpMsg

impl Sync for OpMsg