pub struct ConstraintWhereClause { /* private fields */ }
Implementations§
Source§impl ConstraintWhereClause
impl ConstraintWhereClause
pub fn where_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ConstraintWhereClause
impl AstNode for ConstraintWhereClause
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 ConstraintWhereClause
impl Clone for ConstraintWhereClause
Source§fn clone(&self) -> ConstraintWhereClause
fn clone(&self) -> ConstraintWhereClause
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 ConstraintWhereClause
impl Debug for ConstraintWhereClause
Source§impl Hash for ConstraintWhereClause
impl Hash for ConstraintWhereClause
Source§impl PartialEq for ConstraintWhereClause
impl PartialEq for ConstraintWhereClause
impl Eq for ConstraintWhereClause
impl StructuralPartialEq for ConstraintWhereClause
Auto Trait Implementations§
impl Freeze for ConstraintWhereClause
impl !RefUnwindSafe for ConstraintWhereClause
impl !Send for ConstraintWhereClause
impl !Sync for ConstraintWhereClause
impl Unpin for ConstraintWhereClause
impl !UnwindSafe for ConstraintWhereClause
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