pub struct CondPredicate {
    pub nodes: (List<Symbol, ExpressionOrCondPattern>,),
}Fields§
§nodes: (List<Symbol, ExpressionOrCondPattern>,)Trait Implementations§
Source§impl Clone for CondPredicate
 
impl Clone for CondPredicate
Source§fn clone(&self) -> CondPredicate
 
fn clone(&self) -> CondPredicate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for CondPredicate
 
impl Debug for CondPredicate
Source§impl<'a> From<&'a CondPredicate> for RefNode<'a>
 
impl<'a> From<&'a CondPredicate> for RefNode<'a>
Source§fn from(x: &'a CondPredicate) -> RefNode<'a>
 
fn from(x: &'a CondPredicate) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a CondPredicate> for RefNodes<'a>
 
impl<'a> From<&'a CondPredicate> for RefNodes<'a>
Source§fn from(x: &'a CondPredicate) -> RefNodes<'a>
 
fn from(x: &'a CondPredicate) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<CondPredicate> for AnyNode
 
impl From<CondPredicate> for AnyNode
Source§fn from(x: CondPredicate) -> AnyNode
 
fn from(x: CondPredicate) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a CondPredicate
 
impl<'a> IntoIterator for &'a CondPredicate
Source§impl PartialEq for CondPredicate
 
impl PartialEq for CondPredicate
Source§impl<'a> TryFrom<&'a CondPredicate> for Locate
 
impl<'a> TryFrom<&'a CondPredicate> for Locate
Source§impl TryFrom<AnyNode> for CondPredicate
 
impl TryFrom<AnyNode> for CondPredicate
Source§impl TryFrom<CondPredicate> for Locate
 
impl TryFrom<CondPredicate> for Locate
impl StructuralPartialEq for CondPredicate
Auto Trait Implementations§
impl Freeze for CondPredicate
impl RefUnwindSafe for CondPredicate
impl Send for CondPredicate
impl Sync for CondPredicate
impl Unpin for CondPredicate
impl UnwindSafe for CondPredicate
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