pub struct BenchmarkCallExpr {
pub expression: Box<dyn Expr>,
pub count: Box<dyn Expr>,
}
Fields§
§expression: Box<dyn Expr>
§count: Box<dyn Expr>
Trait Implementations§
Source§impl Clone for BenchmarkCallExpr
impl Clone for BenchmarkCallExpr
Source§fn clone(&self) -> BenchmarkCallExpr
fn clone(&self) -> BenchmarkCallExpr
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BenchmarkCallExpr
impl !RefUnwindSafe for BenchmarkCallExpr
impl !Send for BenchmarkCallExpr
impl !Sync for BenchmarkCallExpr
impl Unpin for BenchmarkCallExpr
impl !UnwindSafe for BenchmarkCallExpr
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