[][src]Struct conjure_codegen::example_types::product::nested_string_alias_example::NestedStringAliasExample

pub struct NestedStringAliasExample(pub StringAliasExample);

Trait Implementations

impl Clone for NestedStringAliasExample[src]

impl Default for NestedStringAliasExample[src]

impl Eq for NestedStringAliasExample[src]

impl Ord for NestedStringAliasExample[src]

impl PartialEq<NestedStringAliasExample> for NestedStringAliasExample[src]

impl PartialOrd<NestedStringAliasExample> for NestedStringAliasExample[src]

impl Display for NestedStringAliasExample[src]

impl Debug for NestedStringAliasExample[src]

impl Deref for NestedStringAliasExample[src]

type Target = StringAliasExample

The resulting type after dereferencing.

impl DerefMut for NestedStringAliasExample[src]

impl Hash for NestedStringAliasExample[src]

impl StructuralPartialEq for NestedStringAliasExample[src]

impl StructuralEq for NestedStringAliasExample[src]

impl Serialize for NestedStringAliasExample[src]

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

impl Plain for NestedStringAliasExample[src]

impl FromPlain for NestedStringAliasExample[src]

type Err = <StringAliasExample 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> ToString for T where
    T: Display + ?Sized
[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]

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

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