pub struct VariableLookup(/* private fields */);
Expand description
A function which can dynamically define newly used variables in a test.
Trait Implementations§
Source§impl Clone for VariableLookup
impl Clone for VariableLookup
Source§fn clone(&self) -> VariableLookup
fn clone(&self) -> VariableLookup
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 VariableLookup
impl RefUnwindSafe for VariableLookup
impl Send for VariableLookup
impl Sync for VariableLookup
impl Unpin for VariableLookup
impl UnwindSafe for VariableLookup
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