#[repr(C)]pub struct rbs_ast_members_attr_reader {Show 15 fields
pub base: rbs_node_t,
pub name: *mut rbs_ast_symbol,
pub type_: *mut rbs_node,
pub ivar_name: rbs_attr_ivar_name_t,
pub kind: Type,
pub annotations: *mut rbs_node_list,
pub comment: *mut rbs_ast_comment,
pub visibility: Type,
pub keyword_range: rbs_location_range,
pub name_range: rbs_location_range,
pub colon_range: rbs_location_range,
pub kind_range: rbs_location_range,
pub ivar_range: rbs_location_range,
pub ivar_name_range: rbs_location_range,
pub visibility_range: rbs_location_range,
}Fields§
§base: rbs_node_t§name: *mut rbs_ast_symbol§type_: *mut rbs_node§ivar_name: rbs_attr_ivar_name_t§kind: Type§annotations: *mut rbs_node_list§comment: *mut rbs_ast_comment§visibility: Type§keyword_range: rbs_location_range§name_range: rbs_location_range§colon_range: rbs_location_range§kind_range: rbs_location_range§ivar_range: rbs_location_range§ivar_name_range: rbs_location_range§visibility_range: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_members_attr_reader
impl Clone for rbs_ast_members_attr_reader
Source§fn clone(&self) -> rbs_ast_members_attr_reader
fn clone(&self) -> rbs_ast_members_attr_reader
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 moreSource§impl Debug for rbs_ast_members_attr_reader
impl Debug for rbs_ast_members_attr_reader
impl Copy for rbs_ast_members_attr_reader
Auto Trait Implementations§
impl Freeze for rbs_ast_members_attr_reader
impl RefUnwindSafe for rbs_ast_members_attr_reader
impl !Send for rbs_ast_members_attr_reader
impl !Sync for rbs_ast_members_attr_reader
impl Unpin for rbs_ast_members_attr_reader
impl UnsafeUnpin for rbs_ast_members_attr_reader
impl UnwindSafe for rbs_ast_members_attr_reader
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