Struct cedar_policy_validator::TypeDefs
source · pub struct TypeDefs { /* private fields */ }
Expand description
Holds a map from Name
s of common type definitions to their corresponding
Type
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeDefs
impl RefUnwindSafe for TypeDefs
impl Send for TypeDefs
impl Sync for TypeDefs
impl Unpin for TypeDefs
impl UnwindSafe for TypeDefs
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