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