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