pub struct PrintFunc(pub Vec<ExpressionOrString>);
Expand description
Represents a print()
function call in the fasteval
expression AST.
Tuple Fields§
§0: Vec<ExpressionOrString>
Trait Implementations§
Source§impl Evaler for PrintFunc
impl Evaler for PrintFunc
impl StructuralPartialEq for PrintFunc
Auto Trait Implementations§
impl Freeze for PrintFunc
impl RefUnwindSafe for PrintFunc
impl Send for PrintFunc
impl Sync for PrintFunc
impl Unpin for PrintFunc
impl UnwindSafe for PrintFunc
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