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