Enum cedar_policy_core::parser::cst::Ref
source · pub enum Ref {
Uid {
path: ASTNode<Option<Name>>,
eid: ASTNode<Option<Str>>,
},
Ref {
path: ASTNode<Option<Name>>,
rinits: Vec<ASTNode<Option<RefInit>>>,
},
}
Expand description
Reference to an entity
Variants§
Trait Implementations§
impl Eq for Ref
impl StructuralEq for Ref
impl StructuralPartialEq for Ref
Auto Trait Implementations§
impl RefUnwindSafe for Ref
impl Send for Ref
impl Sync for Ref
impl Unpin for Ref
impl UnwindSafe for Ref
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