pub struct Dependency {
pub unit_name: String,
pub state: ActiveState,
pub children: BTreeSet<Dependency>,
}Fields§
§unit_name: String§state: ActiveState§children: BTreeSet<Dependency>Implementations§
Trait Implementations§
Source§impl Debug for Dependency
impl Debug for Dependency
Source§impl Ord for Dependency
impl Ord for Dependency
Source§impl PartialEq for Dependency
impl PartialEq for Dependency
Source§impl PartialOrd for Dependency
impl PartialOrd for Dependency
impl Eq for Dependency
impl StructuralPartialEq for Dependency
Auto Trait Implementations§
impl Freeze for Dependency
impl RefUnwindSafe for Dependency
impl Send for Dependency
impl Sync for Dependency
impl Unpin for Dependency
impl UnsafeUnpin for Dependency
impl UnwindSafe for Dependency
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