Enum bean_script::scope::block_scope::IfState
source · pub enum IfState {
Started,
Captured,
Finished,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfState
impl RefUnwindSafe for IfState
impl Send for IfState
impl Sync for IfState
impl Unpin for IfState
impl UnwindSafe for IfState
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