pub struct ExprBlock { /* private fields */ }
Expand description
represents a statement list used as an expression
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprBlock
impl RefUnwindSafe for ExprBlock
impl Send for ExprBlock
impl Sync for ExprBlock
impl Unpin for ExprBlock
impl UnwindSafe for ExprBlock
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