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