Struct snowcap_main::CommandLineArguments[][src]

pub(crate) struct CommandLineArguments {
    cmd: MainCommand,
}

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]

impl Debug for CommandLineArguments[src]

impl FromArgMatches for CommandLineArguments[src]

impl IntoApp for CommandLineArguments[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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]