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