pub struct SimpArgs {
pub only: bool,
pub lemmas: Vec<String>,
pub config: Vec<(String, String)>,
}Expand description
Arguments to the simp tactic.
Fields§
§only: boolWhether only was specified
lemmas: Vec<String>Lemma names in the simp set
config: Vec<(String, String)>Configuration key-value pairs
Trait Implementations§
impl StructuralPartialEq for SimpArgs
Auto Trait Implementations§
impl Freeze for SimpArgs
impl RefUnwindSafe for SimpArgs
impl Send for SimpArgs
impl Sync for SimpArgs
impl Unpin for SimpArgs
impl UnsafeUnpin for SimpArgs
impl UnwindSafe for SimpArgs
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