#[repr(C)]pub struct rbs_ast_ruby_annotations_instance_variable_annotation {
pub base: rbs_node_t,
pub prefix_location: rbs_location_range,
pub ivar_name: *mut rbs_ast_symbol,
pub ivar_name_location: rbs_location_range,
pub colon_location: rbs_location_range,
pub type_: *mut rbs_node,
pub comment_location: rbs_location_range,
}Fields§
§base: rbs_node_t§prefix_location: rbs_location_range§ivar_name: *mut rbs_ast_symbol§ivar_name_location: rbs_location_range§colon_location: rbs_location_range§type_: *mut rbs_node§comment_location: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_ruby_annotations_instance_variable_annotation
impl Clone for rbs_ast_ruby_annotations_instance_variable_annotation
Source§fn clone(&self) -> rbs_ast_ruby_annotations_instance_variable_annotation
fn clone(&self) -> rbs_ast_ruby_annotations_instance_variable_annotation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rbs_ast_ruby_annotations_instance_variable_annotation
Auto Trait Implementations§
impl Freeze for rbs_ast_ruby_annotations_instance_variable_annotation
impl RefUnwindSafe for rbs_ast_ruby_annotations_instance_variable_annotation
impl !Send for rbs_ast_ruby_annotations_instance_variable_annotation
impl !Sync for rbs_ast_ruby_annotations_instance_variable_annotation
impl Unpin for rbs_ast_ruby_annotations_instance_variable_annotation
impl UnsafeUnpin for rbs_ast_ruby_annotations_instance_variable_annotation
impl UnwindSafe for rbs_ast_ruby_annotations_instance_variable_annotation
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