#[repr(C)]pub struct rbs_ast_string {
pub base: rbs_node_t,
pub string: rbs_string_t,
}Fields§
§base: rbs_node_t§string: rbs_string_tTrait Implementations§
Source§impl Clone for rbs_ast_string
impl Clone for rbs_ast_string
Source§fn clone(&self) -> rbs_ast_string
fn clone(&self) -> rbs_ast_string
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_string
impl Debug for rbs_ast_string
impl Copy for rbs_ast_string
Auto Trait Implementations§
impl Freeze for rbs_ast_string
impl RefUnwindSafe for rbs_ast_string
impl !Send for rbs_ast_string
impl !Sync for rbs_ast_string
impl Unpin for rbs_ast_string
impl UnsafeUnpin for rbs_ast_string
impl UnwindSafe for rbs_ast_string
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