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

pub struct AliasedBinary(pub ByteBuf);

Methods from Deref<Target = ByteBuf>

Trait Implementations

impl Clone for AliasedBinary[src]

impl Default for AliasedBinary[src]

impl Eq for AliasedBinary[src]

impl Ord for AliasedBinary[src]

impl PartialEq<AliasedBinary> for AliasedBinary[src]

impl PartialOrd<AliasedBinary> for AliasedBinary[src]

impl Debug for AliasedBinary[src]

impl Deref for AliasedBinary[src]

type Target = ByteBuf

The resulting type after dereferencing.

impl DerefMut for AliasedBinary[src]

impl Hash for AliasedBinary[src]

impl StructuralPartialEq for AliasedBinary[src]

impl StructuralEq for AliasedBinary[src]

impl Serialize for AliasedBinary[src]

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

impl Plain for AliasedBinary[src]

impl FromPlain for AliasedBinary[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]