pub struct DeclarationVerificationBatchItem {
pub id: String,
pub target: DeclarationVerificationTarget,
}Expand description
One target inside a batch declaration-verification request.
Fields§
§id: String§target: DeclarationVerificationTargetTrait Implementations§
Source§impl Clone for DeclarationVerificationBatchItem
impl Clone for DeclarationVerificationBatchItem
Source§fn clone(&self) -> DeclarationVerificationBatchItem
fn clone(&self) -> DeclarationVerificationBatchItem
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 moreimpl Eq for DeclarationVerificationBatchItem
Source§impl<'lean> IntoLean<'lean> for DeclarationVerificationBatchItem
impl<'lean> IntoLean<'lean> for DeclarationVerificationBatchItem
Source§fn into_lean(self, runtime: &'lean LeanRuntime) -> Obj<'lean>
fn into_lean(self, runtime: &'lean LeanRuntime) -> Obj<'lean>
Allocate (or scalar-box) a Lean representation of
self and return
the owned handle.impl StructuralPartialEq for DeclarationVerificationBatchItem
Auto Trait Implementations§
impl Freeze for DeclarationVerificationBatchItem
impl RefUnwindSafe for DeclarationVerificationBatchItem
impl Send for DeclarationVerificationBatchItem
impl Sync for DeclarationVerificationBatchItem
impl Unpin for DeclarationVerificationBatchItem
impl UnsafeUnpin for DeclarationVerificationBatchItem
impl UnwindSafe for DeclarationVerificationBatchItem
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