Struct savefile::prelude::SchemaStruct [] [src]

pub struct SchemaStruct {
    pub fields: Vec<Field>,
}

Fields

Trait Implementations

impl Debug for SchemaStruct
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SchemaStruct
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl WithSchema for SchemaStruct
[src]

[src]

Returns a representation of the schema used by this Serialize implementation for the given version.

impl Serialize for SchemaStruct
[src]

[src]

Serialize self into the given serializer.

impl Deserialize for SchemaStruct
[src]

[src]

Deserialize and return an instance of Self from the given deserializer.