pub struct SalukiKey {Show 13 fields
pub yaml_path: &'static str,
pub description: &'static str,
pub default: &'static str,
pub documentation: Option<&'static str>,
pub value_type: &'static str,
pub schema_default: Option<&'static str>,
pub env_vars: &'static [&'static str],
pub env_var_override: Option<&'static [&'static str]>,
pub additional_yaml_paths: &'static [&'static str],
pub used_by: &'static [&'static str],
pub test_json: Option<&'static str>,
pub pipeline_affinity: &'static str,
pub filename: &'static str,
}Fields§
§yaml_path: &'static str§description: &'static str§default: &'static str§documentation: Option<&'static str>Multi-line documentation rendered as a prose section below the ADP-Only table.
If the text starts with #, the heading is taken from the text itself.
value_type: &'static str§schema_default: Option<&'static str>§env_vars: &'static [&'static str]§env_var_override: Option<&'static [&'static str]>§additional_yaml_paths: &'static [&'static str]§used_by: &'static [&'static str]§test_json: Option<&'static str>§pipeline_affinity: &'static str§filename: &'static strAuto Trait Implementations§
impl Freeze for SalukiKey
impl RefUnwindSafe for SalukiKey
impl Send for SalukiKey
impl Sync for SalukiKey
impl Unpin for SalukiKey
impl UnsafeUnpin for SalukiKey
impl UnwindSafe for SalukiKey
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