Struct azure_cosmos_sdk::authorization_token::AuthorizationToken [] [src]

pub struct AuthorizationToken { /* fields omitted */ }

Methods

impl AuthorizationToken
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for AuthorizationToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AuthorizationToken
[src]

We provide a custom implementation to hide some of the chars since they are security sentive. We show only the 6 first chars of base64_encoded form and only the binary vector length.

[src]

Formats the value using the given formatter.