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