#[repr(C)]pub struct rbs_ast_ruby_annotations_skip_annotation {
pub base: rbs_node_t,
pub prefix_location: rbs_location_range,
pub skip_location: rbs_location_range,
pub comment_location: rbs_location_range,
}Fields§
§base: rbs_node_t§prefix_location: rbs_location_range§skip_location: rbs_location_range§comment_location: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_ruby_annotations_skip_annotation
impl Clone for rbs_ast_ruby_annotations_skip_annotation
Source§fn clone(&self) -> rbs_ast_ruby_annotations_skip_annotation
fn clone(&self) -> rbs_ast_ruby_annotations_skip_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_skip_annotation
Auto Trait Implementations§
impl Freeze for rbs_ast_ruby_annotations_skip_annotation
impl RefUnwindSafe for rbs_ast_ruby_annotations_skip_annotation
impl Send for rbs_ast_ruby_annotations_skip_annotation
impl Sync for rbs_ast_ruby_annotations_skip_annotation
impl Unpin for rbs_ast_ruby_annotations_skip_annotation
impl UnsafeUnpin for rbs_ast_ruby_annotations_skip_annotation
impl UnwindSafe for rbs_ast_ruby_annotations_skip_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