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