Struct mongodb::wire_protocol::flags::OpReplyFlags [] [src]

pub struct OpReplyFlags {
    pub cursor_not_found: bool,
    pub query_failure: bool,
    pub await_capable: bool,
}

Represents the bit vector of options for an OP_REPLY message.

Fields

Methods

impl OpReplyFlags
[src]

Constructs a new struct from a bit vector of options.

Return value

Returns the newly-created struct.

Trait Implementations

impl Clone for OpReplyFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OpReplyFlags
[src]

impl Debug for OpReplyFlags
[src]

Formats the value using the given formatter.

impl PartialEq for OpReplyFlags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OpReplyFlags
[src]