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,
}
Expand description
Information about a specific edge for an ent
Fields§
§name: Ident
§ty: Type
§ent_ty: Type
§ent_query_ty: Option<Type>
§wrap: bool
§use_id_slice: bool
§kind: EntEdgeKind
§deletion_policy: EntEdgeDeletionPolicy
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntEdge
impl RefUnwindSafe for EntEdge
impl !Send for EntEdge
impl !Sync for EntEdge
impl Unpin for EntEdge
impl UnwindSafe for EntEdge
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more