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