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

pub struct OpInsertFlags {
    pub continue_on_error: bool,
}

Represents the bit vector of flags for an OP_INSERT message.

Fields

Methods

impl OpInsertFlags
[src]

Constructs a new struct with all flags set to false.

Return value

Returns the newly-created struct.

Gets the actual bit vector that the struct represents.

Return value

Returns the bit vector as an i32.

Trait Implementations

impl Clone for OpInsertFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OpInsertFlags
[src]

impl Debug for OpInsertFlags
[src]

Formats the value using the given formatter.

impl PartialEq for OpInsertFlags
[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 OpInsertFlags
[src]