#[repr(C)]pub struct RawEmptyStatement {
pub node: RawNode,
}Fields§
§node: RawNodeTrait Implementations§
Source§impl Clone for RawEmptyStatement
impl Clone for RawEmptyStatement
Source§fn clone(&self) -> RawEmptyStatement
fn clone(&self) -> RawEmptyStatement
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 RawEmptyStatement
Auto Trait Implementations§
impl Freeze for RawEmptyStatement
impl RefUnwindSafe for RawEmptyStatement
impl !Send for RawEmptyStatement
impl !Sync for RawEmptyStatement
impl Unpin for RawEmptyStatement
impl UnsafeUnpin for RawEmptyStatement
impl UnwindSafe for RawEmptyStatement
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