#[repr(C)]pub struct rbs_ast_declarations_module_self {
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_module_self
impl Clone for rbs_ast_declarations_module_self
Source§fn clone(&self) -> rbs_ast_declarations_module_self
fn clone(&self) -> rbs_ast_declarations_module_self
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_module_self
Auto Trait Implementations§
impl Freeze for rbs_ast_declarations_module_self
impl RefUnwindSafe for rbs_ast_declarations_module_self
impl !Send for rbs_ast_declarations_module_self
impl !Sync for rbs_ast_declarations_module_self
impl Unpin for rbs_ast_declarations_module_self
impl UnsafeUnpin for rbs_ast_declarations_module_self
impl UnwindSafe for rbs_ast_declarations_module_self
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