pub struct InstanceVariableAnnotationNode<'a> { /* private fields */ }Implementations§
Source§impl<'a> InstanceVariableAnnotationNode<'a>
impl<'a> InstanceVariableAnnotationNode<'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 ivar_name(&self) -> SymbolNode<'a>
pub fn ivar_name_location(&self) -> RBSLocationRange
pub fn colon_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 InstanceVariableAnnotationNode<'a>
impl<'a> RefUnwindSafe for InstanceVariableAnnotationNode<'a>
impl<'a> !Send for InstanceVariableAnnotationNode<'a>
impl<'a> !Sync for InstanceVariableAnnotationNode<'a>
impl<'a> Unpin for InstanceVariableAnnotationNode<'a>
impl<'a> UnsafeUnpin for InstanceVariableAnnotationNode<'a>
impl<'a> !UnwindSafe for InstanceVariableAnnotationNode<'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