pub struct ConstraintIncludeClause { /* private fields */ }
Implementations§
Source§impl ConstraintIncludeClause
impl ConstraintIncludeClause
pub fn include_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ConstraintIncludeClause
impl AstNode for ConstraintIncludeClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for ConstraintIncludeClause
impl Clone for ConstraintIncludeClause
Source§fn clone(&self) -> ConstraintIncludeClause
fn clone(&self) -> ConstraintIncludeClause
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 ConstraintIncludeClause
impl Debug for ConstraintIncludeClause
Source§impl Hash for ConstraintIncludeClause
impl Hash for ConstraintIncludeClause
Source§impl PartialEq for ConstraintIncludeClause
impl PartialEq for ConstraintIncludeClause
impl Eq for ConstraintIncludeClause
impl StructuralPartialEq for ConstraintIncludeClause
Auto Trait Implementations§
impl Freeze for ConstraintIncludeClause
impl !RefUnwindSafe for ConstraintIncludeClause
impl !Send for ConstraintIncludeClause
impl !Sync for ConstraintIncludeClause
impl Unpin for ConstraintIncludeClause
impl !UnwindSafe for ConstraintIncludeClause
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