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