Enum onedrive_api::client::Scope[][src]

pub enum Scope {
    Read {
        shared: bool,
        offline: bool,
    },
    ReadWrite {
        shared: bool,
        offline: bool,
    },
}

Variants

Fields of Read

Fields of ReadWrite

Methods

impl Scope
[src]

Trait Implementations

impl Clone for Scope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Scope
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope