#[repr(C)]pub struct rbs_ast_members_method_definition {Show 13 fields
pub base: rbs_node_t,
pub name: *mut rbs_ast_symbol,
pub kind: Type,
pub overloads: *mut rbs_node_list,
pub annotations: *mut rbs_node_list,
pub comment: *mut rbs_ast_comment,
pub overloading: bool,
pub visibility: Type,
pub keyword_range: rbs_location_range,
pub name_range: rbs_location_range,
pub kind_range: rbs_location_range,
pub overloading_range: rbs_location_range,
pub visibility_range: rbs_location_range,
}Fields§
§base: rbs_node_t§name: *mut rbs_ast_symbol§kind: Type§overloads: *mut rbs_node_list§annotations: *mut rbs_node_list§comment: *mut rbs_ast_comment§overloading: bool§visibility: Type§keyword_range: rbs_location_range§name_range: rbs_location_range§kind_range: rbs_location_range§overloading_range: rbs_location_range§visibility_range: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_members_method_definition
impl Clone for rbs_ast_members_method_definition
Source§fn clone(&self) -> rbs_ast_members_method_definition
fn clone(&self) -> rbs_ast_members_method_definition
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_members_method_definition
Auto Trait Implementations§
impl Freeze for rbs_ast_members_method_definition
impl RefUnwindSafe for rbs_ast_members_method_definition
impl !Send for rbs_ast_members_method_definition
impl !Sync for rbs_ast_members_method_definition
impl Unpin for rbs_ast_members_method_definition
impl UnsafeUnpin for rbs_ast_members_method_definition
impl UnwindSafe for rbs_ast_members_method_definition
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