#[repr(C)]pub struct rbs_ast_ruby_annotations_module_alias_annotation {
pub base: rbs_node_t,
pub prefix_location: rbs_location_range,
pub keyword_location: rbs_location_range,
pub type_name: *mut rbs_type_name,
pub type_name_location: rbs_location_range,
}Fields§
§base: rbs_node_t§prefix_location: rbs_location_range§keyword_location: rbs_location_range§type_name: *mut rbs_type_name§type_name_location: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_ruby_annotations_module_alias_annotation
impl Clone for rbs_ast_ruby_annotations_module_alias_annotation
Source§fn clone(&self) -> rbs_ast_ruby_annotations_module_alias_annotation
fn clone(&self) -> rbs_ast_ruby_annotations_module_alias_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_module_alias_annotation
Auto Trait Implementations§
impl Freeze for rbs_ast_ruby_annotations_module_alias_annotation
impl RefUnwindSafe for rbs_ast_ruby_annotations_module_alias_annotation
impl !Send for rbs_ast_ruby_annotations_module_alias_annotation
impl !Sync for rbs_ast_ruby_annotations_module_alias_annotation
impl Unpin for rbs_ast_ruby_annotations_module_alias_annotation
impl UnwindSafe for rbs_ast_ruby_annotations_module_alias_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