pub struct TypeApplicationAnnotationNode<'a> { /* private fields */ }Implementations§
Source§impl<'a> TypeApplicationAnnotationNode<'a>
impl<'a> TypeApplicationAnnotationNode<'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 type_args(&self) -> NodeList<'a>
pub fn close_bracket_location(&self) -> RBSLocationRange
pub fn comma_locations(&self) -> RBSLocationRangeList<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TypeApplicationAnnotationNode<'a>
impl<'a> RefUnwindSafe for TypeApplicationAnnotationNode<'a>
impl<'a> !Send for TypeApplicationAnnotationNode<'a>
impl<'a> !Sync for TypeApplicationAnnotationNode<'a>
impl<'a> Unpin for TypeApplicationAnnotationNode<'a>
impl<'a> UnsafeUnpin for TypeApplicationAnnotationNode<'a>
impl<'a> !UnwindSafe for TypeApplicationAnnotationNode<'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