pub struct IntentRelationships {
pub root_intent: RootIntentRelationshipDetails,
pub non_root_subintents: IndexMap<SubintentHash, SubintentRelationshipDetails>,
}
Fields§
§root_intent: RootIntentRelationshipDetails
§non_root_subintents: IndexMap<SubintentHash, SubintentRelationshipDetails>
Auto Trait Implementations§
impl Freeze for IntentRelationships
impl RefUnwindSafe for IntentRelationships
impl Send for IntentRelationships
impl Sync for IntentRelationships
impl Unpin for IntentRelationships
impl UnwindSafe for IntentRelationships
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