Struct borsh::schema::BorshSchemaContainer [−][src]
All schema information needed to deserialize a single type.
Fields
declaration: Declaration
Declaration of the type.
definitions: HashMap<Declaration, Definition>
All definitions needed to deserialize the given type.
Trait Implementations
impl BorshDeserialize for BorshSchemaContainer where
Declaration: BorshDeserialize,
HashMap<Declaration, Definition>: BorshDeserialize,
[src][+]
Declaration: BorshDeserialize,
HashMap<Declaration, Definition>: BorshDeserialize,
impl BorshSchema for BorshSchemaContainer where
Declaration: BorshSchema,
HashMap<Declaration, Definition>: BorshSchema,
[src][+]
Declaration: BorshSchema,
HashMap<Declaration, Definition>: BorshSchema,
impl BorshSerialize for BorshSchemaContainer where
Declaration: BorshSerialize,
HashMap<Declaration, Definition>: BorshSerialize,
[src][+]
Declaration: BorshSerialize,
HashMap<Declaration, Definition>: BorshSerialize,
impl Debug for BorshSchemaContainer
[src][+]
impl PartialEq<BorshSchemaContainer> for BorshSchemaContainer
[src][+]
impl StructuralPartialEq for BorshSchemaContainer
[src]
Auto Trait Implementations
impl RefUnwindSafe for BorshSchemaContainer
impl Send for BorshSchemaContainer
impl Sync for BorshSchemaContainer
impl Unpin for BorshSchemaContainer
impl UnwindSafe for BorshSchemaContainer
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,