Struct cedar_policy_validator::EntityTypesDef
source · pub struct EntityTypesDef { /* private fields */ }
Expand description
Entity type declarations held in a ValidatorNamespaceDef
. Entity type
children and attributes may reference undeclared entity types.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EntityTypesDef
impl !Send for EntityTypesDef
impl !Sync for EntityTypesDef
impl Unpin for EntityTypesDef
impl !UnwindSafe for EntityTypesDef
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