pub struct LeanWorkerProofPositionSummary {
pub index: u32,
pub tactic: LeanWorkerRenderedInfo,
}Expand description
Informational summary of the selected proof position. It is not an edit handle and cannot be fed back into proof-action requests.
Fields§
§index: u32§tactic: LeanWorkerRenderedInfoTrait Implementations§
Source§impl Clone for LeanWorkerProofPositionSummary
impl Clone for LeanWorkerProofPositionSummary
Source§fn clone(&self) -> LeanWorkerProofPositionSummary
fn clone(&self) -> LeanWorkerProofPositionSummary
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<'de> Deserialize<'de> for LeanWorkerProofPositionSummary
impl<'de> Deserialize<'de> for LeanWorkerProofPositionSummary
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LeanWorkerProofPositionSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LeanWorkerProofPositionSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LeanWorkerProofPositionSummary
Source§impl PartialEq for LeanWorkerProofPositionSummary
impl PartialEq for LeanWorkerProofPositionSummary
Source§fn eq(&self, other: &LeanWorkerProofPositionSummary) -> bool
fn eq(&self, other: &LeanWorkerProofPositionSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LeanWorkerProofPositionSummary
impl Serialize for LeanWorkerProofPositionSummary
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for LeanWorkerProofPositionSummary
Auto Trait Implementations§
impl Freeze for LeanWorkerProofPositionSummary
impl RefUnwindSafe for LeanWorkerProofPositionSummary
impl Send for LeanWorkerProofPositionSummary
impl Sync for LeanWorkerProofPositionSummary
impl Unpin for LeanWorkerProofPositionSummary
impl UnsafeUnpin for LeanWorkerProofPositionSummary
impl UnwindSafe for LeanWorkerProofPositionSummary
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