pub struct Settings {Show 27 fields
pub script_main_absolute_path: String,
pub only_download_modules: bool,
pub package_path: Option<String>,
pub package_target: String,
pub create_tar: bool,
pub no_run: bool,
pub download: bool,
pub print_yaml: bool,
pub print_output: PrintOutput,
pub test: bool,
pub test_filter: Option<String>,
pub var_main: Option<String>,
pub var_payload: Option<String>,
pub start_step: Option<String>,
pub analyzer: bool,
pub analyzer_files: bool,
pub analyzer_modules: bool,
pub analyzer_total_steps: bool,
pub analyzer_total_pipelines: bool,
pub analyzer_json: bool,
pub analyzer_inner: bool,
pub analyzer_all: bool,
pub package_consumer_count: i32,
pub min_allocated_memory: usize,
pub garbage_collection: bool,
pub garbage_collection_interval: u64,
pub default_package_repository_url: String,
}Fields§
§script_main_absolute_path: String§only_download_modules: bool§package_path: Option<String>§package_target: String§create_tar: bool§no_run: bool§download: bool§print_yaml: bool§print_output: PrintOutput§test: bool§test_filter: Option<String>§var_main: Option<String>§var_payload: Option<String>§start_step: Option<String>§analyzer: bool§analyzer_files: bool§analyzer_modules: bool§analyzer_total_steps: bool§analyzer_total_pipelines: bool§analyzer_json: bool§analyzer_inner: bool§analyzer_all: bool§package_consumer_count: i32§min_allocated_memory: usize§garbage_collection: bool§garbage_collection_interval: u64§default_package_repository_url: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request