pub struct ToolInventory {
pub counts: BTreeMap<String, u64>,
pub changed_files: BTreeSet<String>,
}Fields§
§counts: BTreeMap<String, u64>§changed_files: BTreeSet<String>Trait Implementations§
Source§impl Clone for ToolInventory
impl Clone for ToolInventory
Source§impl Debug for ToolInventory
impl Debug for ToolInventory
Source§impl Default for ToolInventory
impl Default for ToolInventory
Auto Trait Implementations§
impl Freeze for ToolInventory
impl RefUnwindSafe for ToolInventory
impl Send for ToolInventory
impl Sync for ToolInventory
impl Unpin for ToolInventory
impl UnsafeUnpin for ToolInventory
impl UnwindSafe for ToolInventory
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