[][src]Enum landon::Landon

pub enum Landon {
    Export(ExportCmd),
    Install(InstallCmd),
}

The Landon CLI documentation: https://chinedufn.github.io/landon/landon-cli/index.html

Variants

Export(ExportCmd)

Export meshes and armatures from your Blender files to stdout as JSON

Install(InstallCmd)

Install various Blender addons

Trait Implementations

impl Debug for Landon[src]

impl StructOpt for Landon[src]

impl StructOptInternal for Landon[src]

Auto Trait Implementations

impl RefUnwindSafe for Landon

impl Send for Landon

impl Sync for Landon

impl Unpin for Landon

impl UnwindSafe for Landon

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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

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.