Struct cedar_policy_core::parser::cst::Or
source · pub struct Or {
pub initial: Node<Option<And>>,
pub extended: Vec<Node<Option<And>>>,
}
Expand description
Logical Or
Fields§
§initial: Node<Option<And>>
a singleton is a wrapper for a higher-priority node
extended: Vec<Node<Option<And>>>
additional elements represent a chained ||
computation
Trait Implementations§
impl Eq for Or
impl StructuralPartialEq for Or
Auto Trait Implementations§
impl Freeze for Or
impl RefUnwindSafe for Or
impl Send for Or
impl Sync for Or
impl Unpin for Or
impl UnwindSafe for Or
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