[][src]Struct conjure_codegen::example_types::product::BearerTokenAliasExample

pub struct BearerTokenAliasExample(pub BearerToken);

Methods from Deref<Target = BearerToken>

pub fn as_str(&self) -> &str[src]

Returns the string representation of the bearer token.

Trait Implementations

impl Clone for BearerTokenAliasExample[src]

impl Eq for BearerTokenAliasExample[src]

impl Ord for BearerTokenAliasExample[src]

impl PartialEq<BearerTokenAliasExample> for BearerTokenAliasExample[src]

impl PartialOrd<BearerTokenAliasExample> for BearerTokenAliasExample[src]

impl Debug for BearerTokenAliasExample[src]

impl Deref for BearerTokenAliasExample[src]

type Target = BearerToken

The resulting type after dereferencing.

impl DerefMut for BearerTokenAliasExample[src]

impl Hash for BearerTokenAliasExample[src]

impl StructuralPartialEq for BearerTokenAliasExample[src]

impl StructuralEq for BearerTokenAliasExample[src]

impl Serialize for BearerTokenAliasExample[src]

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

impl Plain for BearerTokenAliasExample[src]

impl FromPlain for BearerTokenAliasExample[src]

type Err = <BearerToken as FromPlain>::Err

The error type returned when parsing fails.

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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> 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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> ToPlain for T where
    T: Plain + ?Sized
[src]