#[repr(C)]pub struct rbs_ast_declarations_class_super {
pub base: rbs_node_t,
pub name: *mut rbs_type_name,
pub args: *mut rbs_node_list,
pub name_range: rbs_location_range,
pub args_range: rbs_location_range,
}Fields§
§base: rbs_node_t§name: *mut rbs_type_name§args: *mut rbs_node_list§name_range: rbs_location_range§args_range: rbs_location_rangeTrait Implementations§
Source§impl Clone for rbs_ast_declarations_class_super
impl Clone for rbs_ast_declarations_class_super
Source§fn clone(&self) -> rbs_ast_declarations_class_super
fn clone(&self) -> rbs_ast_declarations_class_super
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_declarations_class_super
Auto Trait Implementations§
impl Freeze for rbs_ast_declarations_class_super
impl RefUnwindSafe for rbs_ast_declarations_class_super
impl !Send for rbs_ast_declarations_class_super
impl !Sync for rbs_ast_declarations_class_super
impl Unpin for rbs_ast_declarations_class_super
impl UnsafeUnpin for rbs_ast_declarations_class_super
impl UnwindSafe for rbs_ast_declarations_class_super
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