pub struct ConstraintBlock {
    pub nodes: (Brace<Vec<ConstraintBlockItem>>,),
}Fields§
§nodes: (Brace<Vec<ConstraintBlockItem>>,)Trait Implementations§
Source§impl Clone for ConstraintBlock
 
impl Clone for ConstraintBlock
Source§fn clone(&self) -> ConstraintBlock
 
fn clone(&self) -> ConstraintBlock
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 ConstraintBlock
 
impl Debug for ConstraintBlock
Source§impl<'a> From<&'a ConstraintBlock> for RefNode<'a>
 
impl<'a> From<&'a ConstraintBlock> for RefNode<'a>
Source§fn from(x: &'a ConstraintBlock) -> RefNode<'a>
 
fn from(x: &'a ConstraintBlock) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ConstraintBlock> for RefNodes<'a>
 
impl<'a> From<&'a ConstraintBlock> for RefNodes<'a>
Source§fn from(x: &'a ConstraintBlock) -> RefNodes<'a>
 
fn from(x: &'a ConstraintBlock) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ConstraintBlock> for AnyNode
 
impl From<ConstraintBlock> for AnyNode
Source§fn from(x: ConstraintBlock) -> AnyNode
 
fn from(x: ConstraintBlock) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ConstraintBlock
 
impl<'a> IntoIterator for &'a ConstraintBlock
Source§impl PartialEq for ConstraintBlock
 
impl PartialEq for ConstraintBlock
Source§impl<'a> TryFrom<&'a ConstraintBlock> for Locate
 
impl<'a> TryFrom<&'a ConstraintBlock> for Locate
Source§impl TryFrom<AnyNode> for ConstraintBlock
 
impl TryFrom<AnyNode> for ConstraintBlock
Source§impl TryFrom<ConstraintBlock> for Locate
 
impl TryFrom<ConstraintBlock> for Locate
impl StructuralPartialEq for ConstraintBlock
Auto Trait Implementations§
impl Freeze for ConstraintBlock
impl RefUnwindSafe for ConstraintBlock
impl Send for ConstraintBlock
impl Sync for ConstraintBlock
impl Unpin for ConstraintBlock
impl UnwindSafe for ConstraintBlock
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