pub enum ValueWithSignal {
Value(Value),
Return(Value),
Break,
Continue,
}
Variants§
Trait Implementations§
Source§impl Debug for ValueWithSignal
impl Debug for ValueWithSignal
Auto Trait Implementations§
impl Freeze for ValueWithSignal
impl !RefUnwindSafe for ValueWithSignal
impl !Send for ValueWithSignal
impl !Sync for ValueWithSignal
impl Unpin for ValueWithSignal
impl !UnwindSafe for ValueWithSignal
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