Struct orm::meta::OrmMeta [] [src]

pub struct OrmMeta {
    pub entity_vec: Vec<String>,
    pub entity_map: HashMap<String, EntityMeta>,
}

Fields

Methods

impl OrmMeta
[src]

Important traits for Vec<u8>
[src]

Trait Implementations

impl Debug for OrmMeta
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for OrmMeta
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for OrmMeta
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Decodable for OrmMeta
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for OrmMeta
[src]

[src]

Serialize a value using an Encoder.

Auto Trait Implementations

impl Send for OrmMeta

impl Sync for OrmMeta