[][src]Struct zotero::Zotero

pub struct Zotero<'a> {
    pub library_type: LibraryType<'a>,
}

A struct representing a Zotero client.

Fields

library_type: LibraryType<'a>

Trait Implementations

impl<'a> Delete<'a> for Zotero<'a>[src]

impl<'a> Get<'a> for Zotero<'a>[src]

impl<'a> Patch<'a> for Zotero<'a>[src]

impl<'a> Post<'a> for Zotero<'a>[src]

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

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

Auto Trait Implementations

impl<'a> Send for Zotero<'a>

impl<'a> Sync for Zotero<'a>

impl<'a> Unpin for Zotero<'a>

impl<'a> UnwindSafe for Zotero<'a>

impl<'a> RefUnwindSafe for Zotero<'a>

Blanket Implementations

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

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

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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