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