pub struct NoSharing;Expand description
Do not share at all; yield every node in the expanded DAG
Trait Implementations§
Source§impl<D: DagLike> SharingTracker<D> for NoSharing
impl<D: DagLike> SharingTracker<D> for NoSharing
Auto Trait Implementations§
impl Freeze for NoSharing
impl RefUnwindSafe for NoSharing
impl Send for NoSharing
impl Sync for NoSharing
impl Unpin for NoSharing
impl UnwindSafe for NoSharing
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