Struct drawio_exporter::ops::exporter::ExporterOptions[][src]

pub struct ExporterOptions<'a> {
    pub application: Option<&'a str>,
    pub drawio_desktop_headless: bool,
    pub folder: &'a str,
    pub on_filesystem_changes: bool,
    pub on_git_changes_since_reference: Option<&'a str>,
    pub remove_page_suffix: bool,
    pub path: &'a str,
    pub format: &'a str,
    pub border: &'a str,
    pub scale: Option<&'a str>,
    pub width: Option<&'a str>,
    pub height: Option<&'a str>,
    pub crop: bool,
    pub embed_diagram: bool,
    pub transparent: bool,
    pub quality: &'a str,
    pub uncompressed: bool,
}

Fields

application: Option<&'a str>drawio_desktop_headless: boolfolder: &'a stron_filesystem_changes: boolon_git_changes_since_reference: Option<&'a str>remove_page_suffix: boolpath: &'a strformat: &'a strborder: &'a strscale: Option<&'a str>width: Option<&'a str>height: Option<&'a str>crop: boolembed_diagram: booltransparent: boolquality: &'a struncompressed: bool

Auto Trait Implementations

impl<'a> RefUnwindSafe for ExporterOptions<'a>

impl<'a> Send for ExporterOptions<'a>

impl<'a> Sync for ExporterOptions<'a>

impl<'a> Unpin for ExporterOptions<'a>

impl<'a> UnwindSafe for ExporterOptions<'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> From<T> 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.