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