Struct orm::EntityInner [] [src]

pub struct EntityInner {
    pub orm_meta: &'static OrmMeta,
    pub meta: &'static EntityMeta,
    pub field_map: HashMap<String, FieldValue>,
    pub cascade: Option<Cascade>,
}

Fields

Methods

impl EntityInner
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl EntityInner
[src]

[src]

[src]

[src]

[src]

impl EntityInner
[src]

[src]

[src]

impl EntityInner
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

impl EntityInner
[src]

[src]

Trait Implementations

impl Debug for EntityInner
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for EntityInner
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for EntityInner
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl !Send for EntityInner

impl !Sync for EntityInner