pub enum ConstraintKind {
Decl,
Proto,
ExternProto,
PureProto,
}Variants§
Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for ConstraintKind
impl<'a> AcceptVisitor<'a> for ConstraintKind
Source§impl Clone for ConstraintKind
impl Clone for ConstraintKind
Source§fn clone(&self) -> ConstraintKind
fn clone(&self) -> ConstraintKind
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 ConstraintKind
impl Debug for ConstraintKind
Source§impl<'a> ForEachChild<'a> for ConstraintKind
impl<'a> ForEachChild<'a> for ConstraintKind
Source§fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to each child node.
Source§impl<'a> ForEachNode<'a> for ConstraintKind
impl<'a> ForEachNode<'a> for ConstraintKind
Source§fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to this node.
Source§impl PartialEq for ConstraintKind
impl PartialEq for ConstraintKind
Source§impl<'a> WalkVisitor<'a> for ConstraintKind
impl<'a> WalkVisitor<'a> for ConstraintKind
impl Copy for ConstraintKind
impl Eq for ConstraintKind
impl StructuralPartialEq for ConstraintKind
Auto Trait Implementations§
impl Freeze for ConstraintKind
impl RefUnwindSafe for ConstraintKind
impl Send for ConstraintKind
impl Sync for ConstraintKind
impl Unpin for ConstraintKind
impl UnwindSafe for ConstraintKind
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