Struct snowcap_main::CommandLineArguments [−][src]
This is the binary to use the runtime systen esily. This program will generate the topology and the reconfiguration scenario (based on the options provided), synthesize a reconfiguration order and perform this order on a network simulated inside GNS3 using FRRouting.
Fields
cmd: MainCommand
Action to perform
Trait Implementations
impl Clap for CommandLineArguments
[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 CommandLineArguments
[src]
impl FromArgMatches for CommandLineArguments
[src]
fn from_arg_matches(matches: &ArgMatches) -> Self
[src]
fn update_from_arg_matches(&mut self, matches: &ArgMatches)
[src]
impl IntoApp for CommandLineArguments
[src]
fn into_app<'b>() -> App<'b>
[src]
fn into_app_for_update<'b>() -> App<'b>
[src]
fn augment_clap<'b>(app: App<'b>) -> App<'b>
[src]
fn augment_clap_for_update<'b>(app: App<'b>) -> App<'b>
[src]
Auto Trait Implementations
impl RefUnwindSafe for CommandLineArguments
[src]
impl Send for CommandLineArguments
[src]
impl Sync for CommandLineArguments
[src]
impl Unpin for CommandLineArguments
[src]
impl UnwindSafe for CommandLineArguments
[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>,