pub struct TestVectorNOP;Trait Implementations§
Source§impl Clone for TestVectorNOP
impl Clone for TestVectorNOP
Source§fn clone(&self) -> TestVectorNOP
fn clone(&self) -> TestVectorNOP
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 moreSource§impl Debug for TestVectorNOP
impl Debug for TestVectorNOP
Source§impl TestVector for TestVectorNOP
impl TestVector for TestVectorNOP
fn initialize_test_vector<T: Into<PathBuf>>( _tv_file_path: T, _file_format: TestVectorFileFormat, _test_mode: TestMode, ) -> TlsEnvGuard
fn expose_value<O>(_test_vec_field: &TestValue<O>, observed_value: O) -> O
fn expose_mut_value<O>( _test_vec_field: &TestValue<O>, _observed_mut_value: &mut O, )
fn check_value<O>(_test_vec_field: &TestValue<O>, _observed_value: &O)
fn is_test_vector_enabled() -> bool
fn initialize_values<T: TestVectorSet>() -> Twhere
Self: Sized,
Auto Trait Implementations§
impl Freeze for TestVectorNOP
impl RefUnwindSafe for TestVectorNOP
impl Send for TestVectorNOP
impl Sync for TestVectorNOP
impl Unpin for TestVectorNOP
impl UnwindSafe for TestVectorNOP
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