pub struct EntityTypeFragment { /* private fields */ }
Expand description
Defines an EntityType where we have not resolved typedefs occurring in the attributes or verified that the parent entity types and entity types occurring in attributes are defined.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntityTypeFragment
impl !RefUnwindSafe for EntityTypeFragment
impl !Send for EntityTypeFragment
impl !Sync for EntityTypeFragment
impl Unpin for EntityTypeFragment
impl !UnwindSafe for EntityTypeFragment
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