pub struct VoidExpr;
Expand description
Used as a marker for an LowLevelILExpression
that can not produce a value.
Trait Implementations§
impl Copy for VoidExpr
impl ExpressionResultType for VoidExpr
Auto Trait Implementations§
impl Freeze for VoidExpr
impl RefUnwindSafe for VoidExpr
impl Send for VoidExpr
impl Sync for VoidExpr
impl Unpin for VoidExpr
impl UnwindSafe for VoidExpr
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