#[repr(C)]pub struct rbs_ast_members_alias {
pub base: rbs_node_t,
pub new_name: *mut rbs_ast_symbol,
pub old_name: *mut rbs_ast_symbol,
pub kind: Type,
pub annotations: *mut rbs_node_list,
pub comment: *mut rbs_ast_comment,
pub keyword_range: rbs_location_range,
pub new_name_range: rbs_location_range,
pub old_name_range: rbs_location_range,
pub new_kind_range: rbs_location_range,
pub old_kind_range: rbs_location_range,
}Fields§
§base: rbs_node_t§new_name: *mut rbs_ast_symbol§old_name: *mut rbs_ast_symbol§kind: Type§annotations: *mut rbs_node_list§comment: *mut rbs_ast_comment§keyword_range: rbs_location_range§new_name_range: rbs_location_range§old_name_range: rbs_location_range§new_kind_range: rbs_location_range§old_kind_range: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_members_alias
impl Clone for rbs_ast_members_alias
Source§fn clone(&self) -> rbs_ast_members_alias
fn clone(&self) -> rbs_ast_members_alias
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_alias
impl Debug for rbs_ast_members_alias
impl Copy for rbs_ast_members_alias
Auto Trait Implementations§
impl Freeze for rbs_ast_members_alias
impl RefUnwindSafe for rbs_ast_members_alias
impl !Send for rbs_ast_members_alias
impl !Sync for rbs_ast_members_alias
impl Unpin for rbs_ast_members_alias
impl UnsafeUnpin for rbs_ast_members_alias
impl UnwindSafe for rbs_ast_members_alias
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