pub struct ActiveBuilds {
pub builds: HashMap<LiveId, ActiveBuild>,
}Fields§
§builds: HashMap<LiveId, ActiveBuild>Implementations§
Source§impl ActiveBuilds
impl ActiveBuilds
pub fn builds_with_root( &self, root: String, ) -> impl Iterator<Item = (&LiveId, &ActiveBuild)>
pub fn item_id_active(&self, item_id: LiveId) -> bool
pub fn any_binary_active(&self, binary: &str) -> bool
Trait Implementations§
Source§impl Default for ActiveBuilds
impl Default for ActiveBuilds
Source§fn default() -> ActiveBuilds
fn default() -> ActiveBuilds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActiveBuilds
impl !RefUnwindSafe for ActiveBuilds
impl !Send for ActiveBuilds
impl !Sync for ActiveBuilds
impl Unpin for ActiveBuilds
impl !UnwindSafe for ActiveBuilds
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