pub struct CondFn { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Conditional for CondFn
impl Conditional for CondFn
fn eval(&self, it: &Interpreter) -> bool
Auto Trait Implementations§
impl Freeze for CondFn
impl !RefUnwindSafe for CondFn
impl !Send for CondFn
impl !Sync for CondFn
impl Unpin for CondFn
impl !UnwindSafe for CondFn
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