pub struct DeclarationSearchPruning {
pub stage: String,
pub reason: String,
pub count: usize,
}Fields§
§stage: String§reason: String§count: usizeTrait Implementations§
Source§impl Clone for DeclarationSearchPruning
impl Clone for DeclarationSearchPruning
Source§fn clone(&self) -> DeclarationSearchPruning
fn clone(&self) -> DeclarationSearchPruning
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 DeclarationSearchPruning
impl Debug for DeclarationSearchPruning
impl Eq for DeclarationSearchPruning
Source§impl PartialEq for DeclarationSearchPruning
impl PartialEq for DeclarationSearchPruning
impl StructuralPartialEq for DeclarationSearchPruning
Source§impl<'lean> TryFromLean<'lean> for DeclarationSearchPruning
impl<'lean> TryFromLean<'lean> for DeclarationSearchPruning
Source§fn try_from_lean(obj: Obj<'lean>) -> LeanResult<Self>
fn try_from_lean(obj: Obj<'lean>) -> LeanResult<Self>
Decode
obj into Self, returning a
LeanError::Host with stage
[HostStage::Conversion] if the object’s kind or payload is
outside the type’s representable range. Read moreAuto Trait Implementations§
impl Freeze for DeclarationSearchPruning
impl RefUnwindSafe for DeclarationSearchPruning
impl Send for DeclarationSearchPruning
impl Sync for DeclarationSearchPruning
impl Unpin for DeclarationSearchPruning
impl UnsafeUnpin for DeclarationSearchPruning
impl UnwindSafe for DeclarationSearchPruning
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