Struct cedar_policy_validator::ActionsDef
source · pub struct ActionsDef { /* private fields */ }
Expand description
Action declarations held in a ValidatorNamespaceDef
. Entity types
referenced here do not need to be declared in the schema.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionsDef
impl !RefUnwindSafe for ActionsDef
impl !Send for ActionsDef
impl !Sync for ActionsDef
impl Unpin for ActionsDef
impl !UnwindSafe for ActionsDef
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