pub struct StartWithClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for StartWithClause
impl AstNode for StartWithClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for StartWithClause
impl Clone for StartWithClause
Source§fn clone(&self) -> StartWithClause
fn clone(&self) -> StartWithClause
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StartWithClause
impl Debug for StartWithClause
impl Eq for StartWithClause
Source§impl Hash for StartWithClause
impl Hash for StartWithClause
Source§impl PartialEq for StartWithClause
impl PartialEq for StartWithClause
impl StructuralPartialEq for StartWithClause
Auto Trait Implementations§
impl !RefUnwindSafe for StartWithClause
impl !Send for StartWithClause
impl !Sync for StartWithClause
impl !UnwindSafe for StartWithClause
impl Freeze for StartWithClause
impl Unpin for StartWithClause
impl UnsafeUnpin for StartWithClause
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