pub struct SubintentRelationshipDetails {
pub index: SubintentIndex,
pub parent: IntentHash,
pub depth: usize,
pub children: Vec<SubintentIndex>,
}
Fields§
§index: SubintentIndex
§parent: IntentHash
§depth: usize
§children: Vec<SubintentIndex>
Auto Trait Implementations§
impl Freeze for SubintentRelationshipDetails
impl RefUnwindSafe for SubintentRelationshipDetails
impl Send for SubintentRelationshipDetails
impl Sync for SubintentRelationshipDetails
impl Unpin for SubintentRelationshipDetails
impl UnwindSafe for SubintentRelationshipDetails
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