Struct azure_cosmos_sdk::get_document::GetDocumentOptions [] [src]

pub struct GetDocumentOptions<'a> {
    pub consistency_level_override: Option<ConsistencyLevel>,
    pub session_token: Option<&'a str>,
    pub if_none_match: Option<&'a str>,
    pub partition_key: PartitionKey<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for GetDocumentOptions<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for GetDocumentOptions<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Default for GetDocumentOptions<'a>
[src]

[src]

Returns the "default value" for a type. Read more