[][src]Struct acick_dropbox::DbxAuthorizer

pub struct DbxAuthorizer<'a> { /* fields omitted */ }

Methods

impl<'a> DbxAuthorizer<'a>[src]

pub fn new(
    app_key: &'a str,
    app_secret: &'a str,
    redirect_port: u16,
    redirect_path: &'a str,
    token_path: &'a AbsPathBuf
) -> Self
[src]

pub fn load_or_request(&self, cnsl: &mut dyn Write) -> Result<Dropbox>[src]

Trait Implementations

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

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

impl<'a> Eq for DbxAuthorizer<'a>[src]

impl<'a> Hash for DbxAuthorizer<'a>[src]

impl<'a> PartialEq<DbxAuthorizer<'a>> for DbxAuthorizer<'a>[src]

impl<'a> StructuralEq for DbxAuthorizer<'a>[src]

impl<'a> StructuralPartialEq for DbxAuthorizer<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for DbxAuthorizer<'a>

impl<'a> Send for DbxAuthorizer<'a>

impl<'a> Sync for DbxAuthorizer<'a>

impl<'a> Unpin for DbxAuthorizer<'a>

impl<'a> UnwindSafe for DbxAuthorizer<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,