Struct fuchsia_inspect_contrib::graph::DigraphOpts
source · pub struct DigraphOpts { /* private fields */ }
Expand description
Options used to configure the Digraph
.
Implementations§
source§impl DigraphOpts
impl DigraphOpts
sourcepub fn track_events(self, events: usize) -> Self
pub fn track_events(self, events: usize) -> Self
Allows to track topology and metadata changes in the graph. This allows to reproduce previous states of the graph that led to the current one. Defaults to 0 which means that no events will be tracked. When not zero, this is the maximum number of events that will be recorded.
Trait Implementations§
source§impl Debug for DigraphOpts
impl Debug for DigraphOpts
source§impl Default for DigraphOpts
impl Default for DigraphOpts
source§fn default() -> DigraphOpts
fn default() -> DigraphOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DigraphOpts
impl RefUnwindSafe for DigraphOpts
impl Send for DigraphOpts
impl Sync for DigraphOpts
impl Unpin for DigraphOpts
impl UnwindSafe for DigraphOpts
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