Struct entity_macros_data::StructEntEdge[][src]

pub struct StructEntEdge {
    pub name: Ident,
    pub ty: Type,
    pub ent_ty: Type,
    pub ent_query_ty: Option<Type>,
    pub wrap: bool,
    pub use_id_slice: bool,
    pub kind: EntEdgeKind,
    pub deletion_policy: EntEdgeDeletionPolicy,
}

Information about a specific edge for an ent

Fields

name: Identty: Typeent_ty: Typeent_query_ty: Option<Type>wrap: booluse_id_slice: boolkind: EntEdgeKinddeletion_policy: EntEdgeDeletionPolicy

Trait Implementations

impl Debug for EntEdge[src]

Auto Trait Implementations

impl RefUnwindSafe for EntEdge

impl !Send for EntEdge

impl !Sync for EntEdge

impl Unpin for EntEdge

impl UnwindSafe for EntEdge

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.