pub struct ValidatedIntentTreeInformation {
pub intent_relationships: IntentRelationships,
pub overall_validity_range: OverallValidityRangeV2,
pub root_yield_summary: ManifestYieldSummary,
}
Fields§
§intent_relationships: IntentRelationships
§overall_validity_range: OverallValidityRangeV2
§root_yield_summary: ManifestYieldSummary
Auto Trait Implementations§
impl Freeze for ValidatedIntentTreeInformation
impl RefUnwindSafe for ValidatedIntentTreeInformation
impl Send for ValidatedIntentTreeInformation
impl Sync for ValidatedIntentTreeInformation
impl Unpin for ValidatedIntentTreeInformation
impl UnwindSafe for ValidatedIntentTreeInformation
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