pub struct RuntimeLowerProfile {
pub core_shape: CoreShapeProfile,
pub expected_arg_evidence: ExpectedArgEvidenceProfile,
pub expected_adapter_evidence: ExpectedAdapterEvidenceProfile,
pub derived_expected_evidence: DerivedExpectedEvidenceProfile,
pub runtime_adapters: RuntimeAdapterProfile,
}Fields§
§core_shape: CoreShapeProfile§expected_arg_evidence: ExpectedArgEvidenceProfile§expected_adapter_evidence: ExpectedAdapterEvidenceProfile§derived_expected_evidence: DerivedExpectedEvidenceProfile§runtime_adapters: RuntimeAdapterProfileTrait Implementations§
Source§impl Clone for RuntimeLowerProfile
impl Clone for RuntimeLowerProfile
Source§fn clone(&self) -> RuntimeLowerProfile
fn clone(&self) -> RuntimeLowerProfile
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 RuntimeLowerProfile
impl Debug for RuntimeLowerProfile
Source§impl Default for RuntimeLowerProfile
impl Default for RuntimeLowerProfile
Source§fn default() -> RuntimeLowerProfile
fn default() -> RuntimeLowerProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for RuntimeLowerProfile
impl PartialEq for RuntimeLowerProfile
Source§fn eq(&self, other: &RuntimeLowerProfile) -> bool
fn eq(&self, other: &RuntimeLowerProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RuntimeLowerProfile
impl StructuralPartialEq for RuntimeLowerProfile
Auto Trait Implementations§
impl Freeze for RuntimeLowerProfile
impl RefUnwindSafe for RuntimeLowerProfile
impl Send for RuntimeLowerProfile
impl Sync for RuntimeLowerProfile
impl Unpin for RuntimeLowerProfile
impl UnsafeUnpin for RuntimeLowerProfile
impl UnwindSafe for RuntimeLowerProfile
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