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