pub enum StmtTempl {
Scalar(Scalar),
Scope(Scope),
}Expand description
Template statement.
Variants§
Auto Trait Implementations§
impl Freeze for StmtTempl
impl RefUnwindSafe for StmtTempl
impl !Send for StmtTempl
impl !Sync for StmtTempl
impl Unpin for StmtTempl
impl UnwindSafe for StmtTempl
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