pub struct Powerset {
pub depth: i32,
pub exclude_no_default_features: bool,
}Expand description
Build a powerset test
Fields§
§depth: i32powerset depth
exclude_no_default_features: booldont run with no feature at all
Auto Trait Implementations§
impl Freeze for Powerset
impl RefUnwindSafe for Powerset
impl Send for Powerset
impl Sync for Powerset
impl Unpin for Powerset
impl UnsafeUnpin for Powerset
impl UnwindSafe for Powerset
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