pub struct DemandEvidenceProfile {Show 17 fields
pub apply_arg_signature_calls: usize,
pub expected_arg_hint_disabled: usize,
pub expected_arg_hint_present: usize,
pub expected_arg_hint_converted: usize,
pub expected_arg_hint_used: usize,
pub expected_arg_hint_changed_signature: usize,
pub expected_arg_hint_same_signature: usize,
pub expected_arg_hint_rejected_open: usize,
pub apply_callee_signature_calls: usize,
pub expected_callee_hint_disabled: usize,
pub expected_callee_hint_present: usize,
pub expected_callee_hint_converted: usize,
pub expected_callee_hint_used: usize,
pub expected_callee_hint_changed_param_signature: usize,
pub expected_callee_hint_same_param_signature: usize,
pub expected_callee_hint_rejected_open: usize,
pub expected_callee_hint_rejected_non_function: usize,
}Fields§
§apply_arg_signature_calls: usize§expected_arg_hint_disabled: usize§expected_arg_hint_present: usize§expected_arg_hint_converted: usize§expected_arg_hint_used: usize§expected_arg_hint_changed_signature: usize§expected_arg_hint_same_signature: usize§expected_arg_hint_rejected_open: usize§apply_callee_signature_calls: usize§expected_callee_hint_disabled: usize§expected_callee_hint_present: usize§expected_callee_hint_converted: usize§expected_callee_hint_used: usize§expected_callee_hint_changed_param_signature: usize§expected_callee_hint_same_param_signature: usize§expected_callee_hint_rejected_open: usize§expected_callee_hint_rejected_non_function: usizeTrait Implementations§
Source§impl Clone for DemandEvidenceProfile
impl Clone for DemandEvidenceProfile
Source§fn clone(&self) -> DemandEvidenceProfile
fn clone(&self) -> DemandEvidenceProfile
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 DemandEvidenceProfile
impl Debug for DemandEvidenceProfile
Source§impl Default for DemandEvidenceProfile
impl Default for DemandEvidenceProfile
Source§fn default() -> DemandEvidenceProfile
fn default() -> DemandEvidenceProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for DemandEvidenceProfile
impl PartialEq for DemandEvidenceProfile
Source§fn eq(&self, other: &DemandEvidenceProfile) -> bool
fn eq(&self, other: &DemandEvidenceProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DemandEvidenceProfile
impl Eq for DemandEvidenceProfile
impl StructuralPartialEq for DemandEvidenceProfile
Auto Trait Implementations§
impl Freeze for DemandEvidenceProfile
impl RefUnwindSafe for DemandEvidenceProfile
impl Send for DemandEvidenceProfile
impl Sync for DemandEvidenceProfile
impl Unpin for DemandEvidenceProfile
impl UnsafeUnpin for DemandEvidenceProfile
impl UnwindSafe for DemandEvidenceProfile
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