pub enum Stmt<'i> {
Enable(BooleanSetting, Span),
Disable(BooleanSetting, Span),
Let(Let<'i>),
Test(Test<'i>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for Stmt<'i>
impl<'i> RefUnwindSafe for Stmt<'i>
impl<'i> Send for Stmt<'i>
impl<'i> Sync for Stmt<'i>
impl<'i> Unpin for Stmt<'i>
impl<'i> UnwindSafe for Stmt<'i>
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