Struct flatpak_rs::flatpak_manifest::FlatpakModuleDescription[][src]

pub struct FlatpakModuleDescription {
Show 28 fields pub name: String, pub disabled: Option<bool>, pub sources: Vec<FlatpakSource>, pub config_opts: Vec<String>, pub make_args: Vec<String>, pub make_install_args: Vec<String>, pub rm_configure: Option<bool>, pub no_autogen: Option<bool>, pub no_parallel_make: Option<bool>, pub install_rule: String, pub no_make_install: Option<bool>, pub no_python_timestamp_fix: Option<bool>, pub cmake: Option<bool>, pub buildsystem: String, pub builddir: Option<bool>, pub subdir: String, pub build_options: Option<FlatpakBuildOptions>, pub build_commands: Vec<String>, pub post_install: Vec<String>, pub cleanup: Vec<String>, pub ensure_writable: Vec<String>, pub only_arches: Vec<String>, pub skip_arches: Vec<String>, pub cleanup_platform: Vec<String>, pub run_tests: Option<bool>, pub test_rule: String, pub test_commands: Vec<String>, pub modules: Vec<FlatpakModule>,
}

Fields

name: Stringdisabled: Option<bool>sources: Vec<FlatpakSource>config_opts: Vec<String>make_args: Vec<String>make_install_args: Vec<String>rm_configure: Option<bool>no_autogen: Option<bool>no_parallel_make: Option<bool>install_rule: Stringno_make_install: Option<bool>no_python_timestamp_fix: Option<bool>cmake: Option<bool>buildsystem: Stringbuilddir: Option<bool>subdir: Stringbuild_options: Option<FlatpakBuildOptions>build_commands: Vec<String>post_install: Vec<String>cleanup: Vec<String>ensure_writable: Vec<String>only_arches: Vec<String>skip_arches: Vec<String>cleanup_platform: Vec<String>run_tests: Option<bool>test_rule: Stringtest_commands: Vec<String>modules: Vec<FlatpakModule>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.