Enum mongodb::coll::options::CursorType [−][src]
pub enum CursorType {
NonTailable,
Tailable,
TailableAwait,
}Describes the type of cursor to return on collection queries.
Variants
NonTailableTailableTailableAwait
Trait Implementations
impl Clone for CursorType[src]
impl Clone for CursorTypefn clone(&self) -> CursorType[src]
fn clone(&self) -> CursorTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CursorType[src]
impl Debug for CursorTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for CursorType[src]
impl PartialEq for CursorTypefn eq(&self, other: &CursorType) -> bool[src]
fn eq(&self, other: &CursorType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for CursorType[src]
impl Eq for CursorTypeimpl Default for CursorType[src]
impl Default for CursorTypeAuto Trait Implementations
impl Send for CursorType
impl Send for CursorTypeimpl Sync for CursorType
impl Sync for CursorType