pub struct UseStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for UseStmt
impl AstNode for UseStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for UseStmt
impl StructuralPartialEq for UseStmt
Auto Trait Implementations§
impl !RefUnwindSafe for UseStmt
impl !Send for UseStmt
impl !Sync for UseStmt
impl !UnwindSafe for UseStmt
impl Freeze for UseStmt
impl Unpin for UseStmt
impl UnsafeUnpin for UseStmt
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