Struct standing_relations::core::ContextTracker
source · [−]pub struct ContextTracker(_);Implementations
sourceimpl ContextTracker
impl ContextTracker
pub fn dump_dot(
&self,
file: impl Write,
extra_edges: &[(TrackingIndex, TrackingIndex)]
) -> Result<(), Error>
Trait Implementations
sourceimpl Clone for ContextTracker
impl Clone for ContextTracker
sourcefn clone(&self) -> ContextTracker
fn clone(&self) -> ContextTracker
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ContextTracker
impl Debug for ContextTracker
sourceimpl Default for ContextTracker
impl Default for ContextTracker
sourcefn default() -> ContextTracker
fn default() -> ContextTracker
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ContextTracker> for ContextTracker
impl PartialEq<ContextTracker> for ContextTracker
impl Eq for ContextTracker
Auto Trait Implementations
impl RefUnwindSafe for ContextTracker
impl Send for ContextTracker
impl Sync for ContextTracker
impl Unpin for ContextTracker
impl UnwindSafe for ContextTracker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more