pub struct WorkspaceInventorySnapshot { /* private fields */ }Implementations§
Source§impl WorkspaceInventorySnapshot
impl WorkspaceInventorySnapshot
pub fn dependents_of(&self, target: &Path) -> Vec<InventoryDependent>
Trait Implementations§
Source§impl Clone for WorkspaceInventorySnapshot
impl Clone for WorkspaceInventorySnapshot
Source§fn clone(&self) -> WorkspaceInventorySnapshot
fn clone(&self) -> WorkspaceInventorySnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WorkspaceInventorySnapshot
impl RefUnwindSafe for WorkspaceInventorySnapshot
impl Send for WorkspaceInventorySnapshot
impl Sync for WorkspaceInventorySnapshot
impl Unpin for WorkspaceInventorySnapshot
impl UnwindSafe for WorkspaceInventorySnapshot
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