[][src]Struct conjure_codegen::example_types::product::binary_alias_example::BinaryAliasExample

pub struct BinaryAliasExample(pub ByteBuf);

Methods from Deref<Target = ByteBuf>

Trait Implementations

impl Clone for BinaryAliasExample[src]

impl Default for BinaryAliasExample[src]

impl Eq for BinaryAliasExample[src]

impl Ord for BinaryAliasExample[src]

impl PartialEq<BinaryAliasExample> for BinaryAliasExample[src]

impl PartialOrd<BinaryAliasExample> for BinaryAliasExample[src]

impl Debug for BinaryAliasExample[src]

impl Deref for BinaryAliasExample[src]

type Target = ByteBuf

The resulting type after dereferencing.

impl DerefMut for BinaryAliasExample[src]

impl Hash for BinaryAliasExample[src]

impl StructuralPartialEq for BinaryAliasExample[src]

impl StructuralEq for BinaryAliasExample[src]

impl Serialize for BinaryAliasExample[src]

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

impl Plain for BinaryAliasExample[src]

impl FromPlain for BinaryAliasExample[src]

type Err = <ByteBuf 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]