pub struct UseTreeList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for UseTreeList
impl AstNode for UseTreeList
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true for a node with a SyntaxKind this type can wrap.Source§fn cast(node: SyntaxNode) -> Option<Self>
fn cast(node: SyntaxNode) -> Option<Self>
Try to cast a generic
SyntaxNode into this typed wrapper.Source§fn syntax(&self) -> &SyntaxNode
fn syntax(&self) -> &SyntaxNode
Access the underlying
SyntaxNode.Source§impl Clone for UseTreeList
impl Clone for UseTreeList
Source§fn clone(&self) -> UseTreeList
fn clone(&self) -> UseTreeList
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 UseTreeList
impl Debug for UseTreeList
Source§impl Display for UseTreeList
impl Display for UseTreeList
impl Eq for UseTreeList
Source§impl Hash for UseTreeList
impl Hash for UseTreeList
Source§impl PartialEq for UseTreeList
impl PartialEq for UseTreeList
impl StructuralPartialEq for UseTreeList
Auto Trait Implementations§
impl !RefUnwindSafe for UseTreeList
impl !Send for UseTreeList
impl !Sync for UseTreeList
impl !UnwindSafe for UseTreeList
impl Freeze for UseTreeList
impl Unpin for UseTreeList
impl UnsafeUnpin for UseTreeList
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