Struct goods::PassthroughFormat[][src]

pub struct PassthroughFormat;

Trait Implementations

impl Clone for PassthroughFormat[src]

impl Copy for PassthroughFormat[src]

impl Debug for PassthroughFormat[src]

impl Default for PassthroughFormat[src]

impl Eq for PassthroughFormat[src]

impl Hash for PassthroughFormat[src]

impl PartialEq<PassthroughFormat> for PassthroughFormat[src]

impl<A, K> SimpleFormat<A, K> for PassthroughFormat where
    A: From<Box<[u8]>>, 
[src]

impl StructuralEq for PassthroughFormat[src]

impl StructuralPartialEq for PassthroughFormat[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> CallHasher for T where
    T: Hash

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.