Struct cedar_policy_core::parser::cst::RecInit
source · pub struct RecInit(pub Node<Option<Expr>>, pub Node<Option<Expr>>);
Expand description
Elements of records: field_from_expr: data_from_expr
Tuple Fields§
§0: Node<Option<Expr>>
§1: Node<Option<Expr>>
Trait Implementations§
source§impl PartialEq for RecInit
impl PartialEq for RecInit
impl Eq for RecInit
impl StructuralPartialEq for RecInit
Auto Trait Implementations§
impl Freeze for RecInit
impl RefUnwindSafe for RecInit
impl Send for RecInit
impl Sync for RecInit
impl Unpin for RecInit
impl UnwindSafe for RecInit
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