pub struct PartialInferOpts {
pub check_overflow: Option<bool>,
pub scrape_quals: Option<bool>,
pub solver: Option<SmtSolver>,
}
Fields§
§check_overflow: Option<bool>
§scrape_quals: Option<bool>
§solver: Option<SmtSolver>
Implementations§
Trait Implementations§
Source§impl Clone for PartialInferOpts
impl Clone for PartialInferOpts
Source§fn clone(&self) -> PartialInferOpts
fn clone(&self) -> PartialInferOpts
Returns a copy 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 PartialInferOpts
impl Debug for PartialInferOpts
Source§impl Default for PartialInferOpts
impl Default for PartialInferOpts
Source§fn default() -> PartialInferOpts
fn default() -> PartialInferOpts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PartialInferOpts
impl<'de> Deserialize<'de> for PartialInferOpts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PartialInferOpts> for InferOpts
impl From<PartialInferOpts> for InferOpts
Source§fn from(opts: PartialInferOpts) -> Self
fn from(opts: PartialInferOpts) -> Self
Converts to this type from the input type.
impl Copy for PartialInferOpts
Auto Trait Implementations§
impl Freeze for PartialInferOpts
impl RefUnwindSafe for PartialInferOpts
impl Send for PartialInferOpts
impl Sync for PartialInferOpts
impl Unpin for PartialInferOpts
impl UnwindSafe for PartialInferOpts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)