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