pub struct ContextTracker(/* private fields */);Implementations§
Source§impl ContextTracker
impl ContextTracker
pub fn dump_dot( &self, file: impl Write, extra_edges: &[(TrackingIndex, TrackingIndex)], ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for ContextTracker
impl Clone for ContextTracker
Source§fn clone(&self) -> ContextTracker
fn clone(&self) -> ContextTracker
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 moreSource§impl Debug for ContextTracker
impl Debug for ContextTracker
Source§impl Default for ContextTracker
impl Default for ContextTracker
Source§fn default() -> ContextTracker
fn default() -> ContextTracker
Returns the “default value” for a type. Read more
Source§impl PartialEq for ContextTracker
impl PartialEq for ContextTracker
impl Eq for ContextTracker
Auto Trait Implementations§
impl Freeze for ContextTracker
impl RefUnwindSafe for ContextTracker
impl Send for ContextTracker
impl Sync for ContextTracker
impl Unpin for ContextTracker
impl UnwindSafe for ContextTracker
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