pub enum ShStmt {
ShLet(ShLet),
ShExpr(ShExpr),
ShSemi(ShExpr),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for ShStmt
Auto Trait Implementations§
impl Freeze for ShStmt
impl RefUnwindSafe for ShStmt
impl Send for ShStmt
impl Sync for ShStmt
impl Unpin for ShStmt
impl UnwindSafe for ShStmt
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