pub struct ExcludeConstraint { /* private fields */ }
Implementations§
Source§impl ExcludeConstraint
impl ExcludeConstraint
pub fn constraint_exclusions(&self) -> Option<ConstraintExclusions>
pub fn constraint_index_method(&self) -> Option<ConstraintIndexMethod>
pub fn exclude_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ExcludeConstraint
impl AstNode for ExcludeConstraint
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 ExcludeConstraint
impl Clone for ExcludeConstraint
Source§fn clone(&self) -> ExcludeConstraint
fn clone(&self) -> ExcludeConstraint
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 ExcludeConstraint
impl Debug for ExcludeConstraint
Source§impl From<ExcludeConstraint> for TableConstraint
impl From<ExcludeConstraint> for TableConstraint
Source§fn from(node: ExcludeConstraint) -> TableConstraint
fn from(node: ExcludeConstraint) -> TableConstraint
Converts to this type from the input type.
Source§impl Hash for ExcludeConstraint
impl Hash for ExcludeConstraint
Source§impl PartialEq for ExcludeConstraint
impl PartialEq for ExcludeConstraint
impl Eq for ExcludeConstraint
impl StructuralPartialEq for ExcludeConstraint
Auto Trait Implementations§
impl Freeze for ExcludeConstraint
impl !RefUnwindSafe for ExcludeConstraint
impl !Send for ExcludeConstraint
impl !Sync for ExcludeConstraint
impl Unpin for ExcludeConstraint
impl !UnwindSafe for ExcludeConstraint
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