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