Enum gns3::GNS3ProjectStatus[][src]

pub enum GNS3ProjectStatus {
    Opened,
    Closed,
}

Project Status

Variants

Opened

Open status

Closed

Close status

Trait Implementations

impl Clone for GNS3ProjectStatus[src]

impl Copy for GNS3ProjectStatus[src]

impl Debug for GNS3ProjectStatus[src]

impl<'de> Deserialize<'de> for GNS3ProjectStatus[src]

impl Eq for GNS3ProjectStatus[src]

impl PartialEq<GNS3ProjectStatus> for GNS3ProjectStatus[src]

impl StructuralEq for GNS3ProjectStatus[src]

impl StructuralPartialEq for GNS3ProjectStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for GNS3ProjectStatus[src]

impl Send for GNS3ProjectStatus[src]

impl Sync for GNS3ProjectStatus[src]

impl Unpin for GNS3ProjectStatus[src]

impl UnwindSafe for GNS3ProjectStatus[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<T> WithSubscriber for T[src]