pub struct EntityFieldModel {
pub name: &'static str,
pub kind: EntityFieldKind,
}Expand description
EntityFieldModel
Runtime field metadata surfaced by macro-generated EntityModel values.
This is the smallest unit consumed by predicate validation, planning, and executor-side plan checks.
Fields§
§name: &'static strField name as used in predicates and indexing.
kind: EntityFieldKindRuntime type shape (no schema-layer graph nodes).
Auto Trait Implementations§
impl Freeze for EntityFieldModel
impl RefUnwindSafe for EntityFieldModel
impl Send for EntityFieldModel
impl Sync for EntityFieldModel
impl Unpin for EntityFieldModel
impl UnwindSafe for EntityFieldModel
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