Enum snowcap_main::MainCommand [−][src]
Variants
Perform the migration synthesis
Fields of Synthesize
use_tree: bool
Use the tree strategy instead of the more complex one
network: NetworkSelection
Type of measurement to perform
Perform the migration synthesis using soft policies
Fields of Optimize
use_tree: bool
Use the tree strategy instead of the more complex one
network: NetworkSelection
Type of measurement to perform
Perform the migration synthesis and the Runtime simulation
Fields of Runtime
network: NetworkSelection
Type of measurement to perform
persistent_gns_project: bool
Leave the gns3 project open after quitting this project
random_sequence: bool
Use a random sequence for the reconfiguration
at_once: bool
Apply all modifiers at once, without monitoring the network
seed: Option<u64>
Seed for the random sequence (if used)
json_filename: Option<String>
Store the result summary in a json file
Run the Bencher
Fields of Bencher
Verify transient condition and violations
Fields of TransientViolation
gml_file: String
GML file to use for topology zoo
seed: u64
Random seed, to get reproducable networks
n_iter: usize
Number of iterations for approximating probability of transient violation
n_seeds: usize
Number of different seeds to evaluate, repeating the same experiment multiple times
reverse: bool
perform the modification in reverse (remove the eBGP peer)
num_threads: Option<usize>
Number of parallel execution units
Custom method
Fields of CustomOperation
Trait Implementations
impl Clap for MainCommand
[src]
pub fn parse() -> Self
[src]
pub fn try_parse() -> Result<Self, Error>
[src]
pub fn parse_from<I, T>(itr: I) -> Self where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn update_from<I, T>(&mut self, itr: I) where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
impl Debug for MainCommand
[src]
impl FromArgMatches for MainCommand
[src]
fn from_arg_matches(matches: &ArgMatches) -> Self
[src]
fn update_from_arg_matches(&mut self, matches: &ArgMatches)
[src]
impl IntoApp for MainCommand
[src]
fn into_app<'b>() -> App<'b>
[src]
fn augment_clap<'b>(app: App<'b>) -> App<'b>
[src]
fn into_app_for_update<'b>() -> App<'b>
[src]
fn augment_clap_for_update<'b>(app: App<'b>) -> App<'b>
[src]
impl Subcommand for MainCommand
[src]
fn augment_subcommands<'b>(app: App<'b>) -> App<'b>
[src]
fn from_subcommand(subcommand: Option<(&str, &ArgMatches)>) -> Option<Self>
[src]
fn augment_subcommands_for_update<'b>(app: App<'b>) -> App<'b>
[src]
fn update_from_subcommand<'b>(
&mut self,
subcommand: Option<(&str, &ArgMatches)>
)
[src]
&mut self,
subcommand: Option<(&str, &ArgMatches)>
)
Auto Trait Implementations
impl RefUnwindSafe for MainCommand
[src]
impl Send for MainCommand
[src]
impl Sync for MainCommand
[src]
impl Unpin for MainCommand
[src]
impl UnwindSafe for MainCommand
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,