Struct orm::meta::EntityMeta [] [src]

pub struct EntityMeta {
    pub entity_name: String,
    pub table_name: String,
    pub field_vec: Vec<String>,
    pub field_map: HashMap<String, FieldMeta>,
}

Fields

Methods

impl EntityMeta
[src]

[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for EntityMeta
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for EntityMeta
[src]

[src]

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

impl Clone for EntityMeta
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Decodable for EntityMeta
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for EntityMeta
[src]

[src]

Serialize a value using an Encoder.

Auto Trait Implementations

impl Send for EntityMeta

impl Sync for EntityMeta