pub struct Cli {Show 22 fields
pub main_target: Option<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,
}Fields§
§main_target: Option<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: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cli
impl RefUnwindSafe for Cli
impl Send for Cli
impl Sync for Cli
impl Unpin for Cli
impl UnsafeUnpin for Cli
impl UnwindSafe for Cli
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> 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