pub struct LeanWorkerDeclarationSearchPruning {
pub stage: String,
pub reason: String,
pub count: usize,
}Expand description
One broad fanout pruning record returned in search facts.
Fields§
§stage: String§reason: String§count: usizeTrait Implementations§
Source§impl Clone for LeanWorkerDeclarationSearchPruning
impl Clone for LeanWorkerDeclarationSearchPruning
Source§fn clone(&self) -> LeanWorkerDeclarationSearchPruning
fn clone(&self) -> LeanWorkerDeclarationSearchPruning
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 LeanWorkerDeclarationSearchPruning
impl<'de> Deserialize<'de> for LeanWorkerDeclarationSearchPruning
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LeanWorkerDeclarationSearchPruning, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LeanWorkerDeclarationSearchPruning, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LeanWorkerDeclarationSearchPruning
Source§impl PartialEq for LeanWorkerDeclarationSearchPruning
impl PartialEq for LeanWorkerDeclarationSearchPruning
Source§fn eq(&self, other: &LeanWorkerDeclarationSearchPruning) -> bool
fn eq(&self, other: &LeanWorkerDeclarationSearchPruning) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LeanWorkerDeclarationSearchPruning
impl Serialize for LeanWorkerDeclarationSearchPruning
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 LeanWorkerDeclarationSearchPruning
Auto Trait Implementations§
impl Freeze for LeanWorkerDeclarationSearchPruning
impl RefUnwindSafe for LeanWorkerDeclarationSearchPruning
impl Send for LeanWorkerDeclarationSearchPruning
impl Sync for LeanWorkerDeclarationSearchPruning
impl Unpin for LeanWorkerDeclarationSearchPruning
impl UnsafeUnpin for LeanWorkerDeclarationSearchPruning
impl UnwindSafe for LeanWorkerDeclarationSearchPruning
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