pub struct QParameters {
pub use_early_abandoning: bool,
pub use_lower_bounding: bool,
}Fields§
§use_early_abandoning: bool§use_lower_bounding: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for QParameters
impl RefUnwindSafe for QParameters
impl Send for QParameters
impl Sync for QParameters
impl Unpin for QParameters
impl UnwindSafe for QParameters
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