Struct entity_macros_data::StructEnt[][src]

pub struct StructEnt {
Show fields pub ident: Ident, pub vis: Visibility, pub generics: Generics, pub id: Ident, pub id_ty: Type, pub database: Ident, pub database_ty: Type, pub created: Ident, pub created_ty: Type, pub last_updated: Ident, pub last_updated_ty: Type, pub fields: Vec<EntField>, pub edges: Vec<EntEdge>,
}

Information about attributes on a struct that will represent an ent

Fields

ident: Identvis: Visibilitygenerics: Genericsid: Identid_ty: Typedatabase: Identdatabase_ty: Typecreated: Identcreated_ty: Typelast_updated: Identlast_updated_ty: Typefields: Vec<EntField>edges: Vec<EntEdge>

Trait Implementations

impl Debug for Ent[src]

impl FromDeriveInput for Ent[src]

Auto Trait Implementations

impl RefUnwindSafe for Ent

impl !Send for Ent

impl !Sync for Ent

impl Unpin for Ent

impl UnwindSafe for Ent

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.