[][src]Struct sync15::Sync15StorageClientInit

pub struct Sync15StorageClientInit {
    pub key_id: String,
    pub access_token: String,
    pub tokenserver_url: Url,
}

Fields

key_id: Stringaccess_token: Stringtokenserver_url: Url

Trait Implementations

impl Clone for Sync15StorageClientInit[src]

impl Debug for Sync15StorageClientInit[src]

impl Eq for Sync15StorageClientInit[src]

impl Hash for Sync15StorageClientInit[src]

impl Ord for Sync15StorageClientInit[src]

impl PartialEq<Sync15StorageClientInit> for Sync15StorageClientInit[src]

impl PartialOrd<Sync15StorageClientInit> for Sync15StorageClientInit[src]

impl StructuralEq for Sync15StorageClientInit[src]

impl StructuralPartialEq for Sync15StorageClientInit[src]

Auto Trait Implementations

impl RefUnwindSafe for Sync15StorageClientInit

impl Send for Sync15StorageClientInit

impl Sync for Sync15StorageClientInit

impl Unpin for Sync15StorageClientInit

impl UnwindSafe for Sync15StorageClientInit

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<T> CallHasher for T where
    T: Hash

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<V, T> VZip<V> for T where
    V: MultiLane<T>,