pub struct LocalStmt {
pub val: Box<Statement>,
}Fields§
§val: Box<Statement>Trait Implementations§
impl StructuralPartialEq for LocalStmt
Auto Trait Implementations§
impl Freeze for LocalStmt
impl RefUnwindSafe for LocalStmt
impl Send for LocalStmt
impl Sync for LocalStmt
impl Unpin for LocalStmt
impl UnwindSafe for LocalStmt
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