Struct oapi::OApiSecuritySchemeOauth2[][src]

pub struct OApiSecuritySchemeOauth2 { /* fields omitted */ }

Implementations

impl OApiSecuritySchemeOauth2[src]

pub fn description(&self) -> &Option<String>[src]

A description of the oauth2 scheme

pub fn flows(&self) -> &OApiOAuthFlow[src]

The flow to use

Trait Implementations

impl Clone for OApiSecuritySchemeOauth2[src]

impl Debug for OApiSecuritySchemeOauth2[src]

impl<'de> Deserialize<'de> for OApiSecuritySchemeOauth2[src]

impl OApiCheckTrait for OApiSecuritySchemeOauth2[src]

impl OApiExtensionExtractor for OApiSecuritySchemeOauth2[src]

impl PartialEq<OApiSecuritySchemeOauth2> for OApiSecuritySchemeOauth2[src]

impl Serialize for OApiSecuritySchemeOauth2[src]

impl Sparsable for OApiSecuritySchemeOauth2[src]

impl StructuralPartialEq for OApiSecuritySchemeOauth2[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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<V, T> VZip<V> for T where
    V: MultiLane<T>,