pub enum StatementsRes {
None,
Return(bool),
Break,
Continue,
}
Expand description
Statements result enum.
Variants§
Auto Trait Implementations§
impl Freeze for StatementsRes
impl RefUnwindSafe for StatementsRes
impl Send for StatementsRes
impl Sync for StatementsRes
impl Unpin for StatementsRes
impl UnwindSafe for StatementsRes
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