pub enum PropBinOp {
Or,
And,
Until,
SUntil,
UntilWith,
SUntilWith,
Impl,
Iff,
SeqImplOl,
SeqImplNol,
SeqFollowOl,
SeqFollowNol,
}Variants§
Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for PropBinOp
impl<'a> AcceptVisitor<'a> for PropBinOp
Source§impl<'a> ForEachChild<'a> for PropBinOp
impl<'a> ForEachChild<'a> for PropBinOp
Source§fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to each child node.
Source§impl<'a> ForEachNode<'a> for PropBinOp
impl<'a> ForEachNode<'a> for PropBinOp
Source§fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to this node.
Source§impl<'a> WalkVisitor<'a> for PropBinOp
impl<'a> WalkVisitor<'a> for PropBinOp
impl Copy for PropBinOp
impl Eq for PropBinOp
impl StructuralPartialEq for PropBinOp
Auto Trait Implementations§
impl Freeze for PropBinOp
impl RefUnwindSafe for PropBinOp
impl Send for PropBinOp
impl Sync for PropBinOp
impl Unpin for PropBinOp
impl UnwindSafe for PropBinOp
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