#[repr(C)]pub struct ExprStmt<'ast> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ast> Freeze for ExprStmt<'ast>
impl<'ast> RefUnwindSafe for ExprStmt<'ast>
impl<'ast> !Send for ExprStmt<'ast>
impl<'ast> !Sync for ExprStmt<'ast>
impl<'ast> Unpin for ExprStmt<'ast>
impl<'ast> UnwindSafe for ExprStmt<'ast>
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