Enum onedrive_api::client::Scope [−][src]
pub enum Scope {
Read {
shared: bool,
offline: bool,
},
ReadWrite {
shared: bool,
offline: bool,
},
}Variants
ReadFields of Read
offline: bool |
ReadWriteFields of ReadWrite
offline: bool |
Methods
impl Scope[src]
impl ScopeTrait Implementations
impl Clone for Scope[src]
impl Clone for Scopefn clone(&self) -> Scope[src]
fn clone(&self) -> ScopeReturns 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 Scope[src]
impl Debug for Scope