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