Struct openid::provider::google::Web[][src]

pub struct Web;

Google OAuth 2.0 provider for web applications.

See Using OAuth 2.0 for Web Server Applications.

Trait Implementations

impl Clone for Web[src]

impl Copy for Web[src]

impl Debug for Web[src]

impl Eq for Web[src]

impl PartialEq<Web> for Web[src]

impl Provider for Web[src]

impl StructuralEq for Web[src]

impl StructuralPartialEq for Web[src]

Auto Trait Implementations

impl RefUnwindSafe for Web

impl Send for Web

impl Sync for Web

impl Unpin for Web

impl UnwindSafe for Web

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> Instrument 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.