pub struct RootIntentRelationshipDetails {
pub children: Vec<SubintentIndex>,
}
Fields§
§children: Vec<SubintentIndex>
Trait Implementations§
Source§impl Default for RootIntentRelationshipDetails
impl Default for RootIntentRelationshipDetails
Source§fn default() -> RootIntentRelationshipDetails
fn default() -> RootIntentRelationshipDetails
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RootIntentRelationshipDetails
impl RefUnwindSafe for RootIntentRelationshipDetails
impl Send for RootIntentRelationshipDetails
impl Sync for RootIntentRelationshipDetails
impl Unpin for RootIntentRelationshipDetails
impl UnwindSafe for RootIntentRelationshipDetails
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