pub struct CoreShapeProfile {Show 13 fields
pub exprs: usize,
pub applies: usize,
pub apply_complete: usize,
pub apply_partial: usize,
pub apply_missing_evidence: usize,
pub apply_missing_context: usize,
pub apply_missing_principal: usize,
pub apply_with_principal: usize,
pub apply_with_substitutions: usize,
pub apply_with_substitution_candidates: usize,
pub apply_with_principal_elaboration: usize,
pub apply_principal_elaboration_complete: usize,
pub apply_principal_elaboration_incomplete: usize,
}Fields§
§exprs: usize§applies: usize§apply_complete: usize§apply_partial: usize§apply_missing_evidence: usize§apply_missing_context: usize§apply_missing_principal: usize§apply_with_principal: usize§apply_with_substitutions: usize§apply_with_substitution_candidates: usize§apply_with_principal_elaboration: usize§apply_principal_elaboration_complete: usize§apply_principal_elaboration_incomplete: usizeTrait Implementations§
Source§impl Clone for CoreShapeProfile
impl Clone for CoreShapeProfile
Source§fn clone(&self) -> CoreShapeProfile
fn clone(&self) -> CoreShapeProfile
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 CoreShapeProfile
impl Debug for CoreShapeProfile
Source§impl Default for CoreShapeProfile
impl Default for CoreShapeProfile
Source§fn default() -> CoreShapeProfile
fn default() -> CoreShapeProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for CoreShapeProfile
impl PartialEq for CoreShapeProfile
Source§fn eq(&self, other: &CoreShapeProfile) -> bool
fn eq(&self, other: &CoreShapeProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CoreShapeProfile
impl Eq for CoreShapeProfile
impl StructuralPartialEq for CoreShapeProfile
Auto Trait Implementations§
impl Freeze for CoreShapeProfile
impl RefUnwindSafe for CoreShapeProfile
impl Send for CoreShapeProfile
impl Sync for CoreShapeProfile
impl Unpin for CoreShapeProfile
impl UnsafeUnpin for CoreShapeProfile
impl UnwindSafe for CoreShapeProfile
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