Struct azure_cosmos_sdk::client::DocumentDBQueryEnableCrossPartition []

pub struct DocumentDBQueryEnableCrossPartition(pub bool);

Trait Implementations

impl Clone for DocumentDBQueryEnableCrossPartition

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DocumentDBQueryEnableCrossPartition

Formats the value using the given formatter.

impl PartialEq for DocumentDBQueryEnableCrossPartition

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

This method tests for !=.

impl Deref for DocumentDBQueryEnableCrossPartition

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for DocumentDBQueryEnableCrossPartition

Mutably dereferences the value.

impl Header for DocumentDBQueryEnableCrossPartition

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

Format a header to outgoing stream. Read more

impl Display for DocumentDBQueryEnableCrossPartition

Formats the value using the given formatter. Read more