pub struct TestVectorActive;Trait Implementations§
Source§impl Clone for TestVectorActive
impl Clone for TestVectorActive
Source§fn clone(&self) -> TestVectorActive
fn clone(&self) -> TestVectorActive
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 TestVectorActive
impl Debug for TestVectorActive
Source§impl TestVector for TestVectorActive
impl TestVector for TestVectorActive
fn initialize_test_vector<T: Into<PathBuf>>( tv_file_path: T, file_format: TestVectorFileFormat, test_mode: TestMode, ) -> TlsEnvGuard
fn initialize_values<T: TestVectorSet>() -> Twhere
Self: Sized,
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
Auto Trait Implementations§
impl Freeze for TestVectorActive
impl RefUnwindSafe for TestVectorActive
impl Send for TestVectorActive
impl Sync for TestVectorActive
impl Unpin for TestVectorActive
impl UnwindSafe for TestVectorActive
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