[][src]Struct binjs_decode::Options

struct Options<'a> {
    print_json: bool,
    dest_path: Option<&'a str>,
    format: Format,
}

Fields

print_json: bool

True if --print-json is specified.

dest_path: Option<&'a str>

The OUTPUT path, or None if not specified.

format: Format

The format used to decode.

The decoder will not attempt to sniff the format used.

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Options<'a>

impl<'a> !Send for Options<'a>

impl<'a> !Sync for Options<'a>

impl<'a> Unpin for Options<'a>

impl<'a> !UnwindSafe for Options<'a>

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> Downcast for T where
    T: Any
[src]

impl<T> From<T> 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]