pub struct LeanInvocation {
pub file: LeanFile,
pub args: Vec<String>,
}Expand description
Lean process invocation metadata.
Fields§
§file: LeanFileFile being checked.
args: Vec<String>Arguments sent to Lake/Lean.
Trait Implementations§
Source§impl Clone for LeanInvocation
impl Clone for LeanInvocation
Source§fn clone(&self) -> LeanInvocation
fn clone(&self) -> LeanInvocation
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 moreAuto Trait Implementations§
impl Freeze for LeanInvocation
impl RefUnwindSafe for LeanInvocation
impl Send for LeanInvocation
impl Sync for LeanInvocation
impl Unpin for LeanInvocation
impl UnsafeUnpin for LeanInvocation
impl UnwindSafe for LeanInvocation
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