pub enum ThenHandler {
IfExpr(IfBlock, Arc<Mutex<IfExpr<Option<FeType>>>>),
IfStmt(IfBlock, Arc<Mutex<IfStmt<Option<FeType>>>>),
}
Variants§
IfExpr(IfBlock, Arc<Mutex<IfExpr<Option<FeType>>>>)
IfStmt(IfBlock, Arc<Mutex<IfStmt<Option<FeType>>>>)
Trait Implementations§
Source§impl Clone for ThenHandler
impl Clone for ThenHandler
Source§fn clone(&self) -> ThenHandler
fn clone(&self) -> ThenHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ThenHandler
impl Debug for ThenHandler
Source§impl Node<ThenHandler> for ThenHandler
impl Node<ThenHandler> for ThenHandler
Source§impl PartialEq for ThenHandler
impl PartialEq for ThenHandler
Auto Trait Implementations§
impl Freeze for ThenHandler
impl RefUnwindSafe for ThenHandler
impl Send for ThenHandler
impl Sync for ThenHandler
impl Unpin for ThenHandler
impl UnwindSafe for ThenHandler
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