pub struct TestOptions {
pub test_type: TestType,
pub expect_extensions: Vec<String>,
pub expect_groups: Vec<ExtensionGroup>,
pub allow_unregistered_extensions: bool,
}Fields§
§test_type: TestType§expect_extensions: Vec<String>§expect_groups: Vec<ExtensionGroup>§allow_unregistered_extensions: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TestOptions
impl RefUnwindSafe for TestOptions
impl Send for TestOptions
impl Sync for TestOptions
impl Unpin for TestOptions
impl UnsafeUnpin for TestOptions
impl UnwindSafe for TestOptions
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