pub struct BlockParamTypeAnnotationNode<'a> { /* private fields */ }Implementations§
Source§impl<'a> BlockParamTypeAnnotationNode<'a>
impl<'a> BlockParamTypeAnnotationNode<'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 ampersand_location(&self) -> RBSLocationRange
pub fn name_location(&self) -> Option<RBSLocationRange>
pub fn colon_location(&self) -> RBSLocationRange
pub fn question_location(&self) -> Option<RBSLocationRange>
pub fn type_location(&self) -> RBSLocationRange
pub fn type_(&self) -> Node<'a>
pub fn comment_location(&self) -> Option<RBSLocationRange>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BlockParamTypeAnnotationNode<'a>
impl<'a> RefUnwindSafe for BlockParamTypeAnnotationNode<'a>
impl<'a> !Send for BlockParamTypeAnnotationNode<'a>
impl<'a> !Sync for BlockParamTypeAnnotationNode<'a>
impl<'a> Unpin for BlockParamTypeAnnotationNode<'a>
impl<'a> UnsafeUnpin for BlockParamTypeAnnotationNode<'a>
impl<'a> !UnwindSafe for BlockParamTypeAnnotationNode<'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