pub struct UseNode<'a> { /* private fields */ }Implementations§
Source§impl<'a> UseNode<'a>
impl<'a> UseNode<'a>
Sourcepub fn location(&self) -> RBSLocationRange
pub fn location(&self) -> RBSLocationRange
Returns the location of this node.
Sourcepub fn keyword_location(&self) -> RBSLocationRange
pub fn keyword_location(&self) -> RBSLocationRange
Returns the keyword sub-location of this node.
pub fn clauses(&self) -> NodeList<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UseNode<'a>
impl<'a> RefUnwindSafe for UseNode<'a>
impl<'a> !Send for UseNode<'a>
impl<'a> !Sync for UseNode<'a>
impl<'a> Unpin for UseNode<'a>
impl<'a> UnsafeUnpin for UseNode<'a>
impl<'a> !UnwindSafe for UseNode<'a>
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