Struct goods_ron::RonFormat[][src]

pub struct RonFormat;

Format that treats bytes as RON document and deserializes asset representation with serde.

Trait Implementations

impl Clone for RonFormat[src]

impl Copy for RonFormat[src]

impl Debug for RonFormat[src]

impl Default for RonFormat[src]

impl Eq for RonFormat[src]

impl Hash for RonFormat[src]

impl PartialEq<RonFormat> for RonFormat[src]

impl<A, K> SimpleFormat<A, K> for RonFormat where
    A: DeserializeOwned
[src]

impl StructuralEq for RonFormat[src]

impl StructuralPartialEq for RonFormat[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<A, K, F> Format<A, K> for F where
    A: Send + 'static,
    F: SimpleFormat<A, K> + 'static, 
[src]

type DecodeFuture = Ready<Result<A, Report>>

Decoding future.

impl<T> From<T> for T[src]

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

impl<T> Key for T where
    T: Debug + Eq + Hash + Clone + 'static, 
[src]

impl<A, K, F> LocalFormat<A, K> for F where
    A: 'static,
    F: SimpleFormat<A, K> + 'static, 
[src]

type DecodeFuture = Ready<Result<A, Report>>

Decoding future.

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.