pub enum LeanDriver {
Direct,
LakeEnv,
LakeBuild,
}Expand description
How Lean verification should be executed.
Variants§
Trait Implementations§
Source§impl Clone for LeanDriver
impl Clone for LeanDriver
Source§fn clone(&self) -> LeanDriver
fn clone(&self) -> LeanDriver
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LeanDriver
impl Debug for LeanDriver
impl Eq for LeanDriver
Source§impl PartialEq for LeanDriver
impl PartialEq for LeanDriver
Source§fn eq(&self, other: &LeanDriver) -> bool
fn eq(&self, other: &LeanDriver) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LeanDriver
Auto Trait Implementations§
impl Freeze for LeanDriver
impl RefUnwindSafe for LeanDriver
impl Send for LeanDriver
impl Sync for LeanDriver
impl Unpin for LeanDriver
impl UnsafeUnpin for LeanDriver
impl UnwindSafe for LeanDriver
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