pub struct Dependents {
pub combs: Vec<CombId>,
pub ext_ports: Vec<(ExtId, PortName)>,
}Fields§
§combs: Vec<CombId>§ext_ports: Vec<(ExtId, PortName)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dependents
impl RefUnwindSafe for Dependents
impl Send for Dependents
impl Sync for Dependents
impl Unpin for Dependents
impl UnwindSafe for Dependents
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