Struct arcalog::collection::prow::Annotations
source · [−]pub struct Annotations {Show 34 fields
pub description: Option<String>,
pub prow_k8s_io_context: Option<String>,
pub prow_k8s_io_job: String,
pub testgrid_dashboards: Option<String>,
pub testgrid_tab_name: Option<String>,
pub testgrid_alert_email: Option<String>,
pub testgrid_alert_stale_results_hours: Option<String>,
pub testgrid_num_failures_to_alert: Option<String>,
pub fork_per_release_periodic_interval: Option<String>,
pub fork_per_release: Option<String>,
pub testgrid_create_test_group: Option<String>,
pub testgrid_days_of_results: Option<String>,
pub test_kops_k8s_io_cloud: Option<String>,
pub test_kops_k8s_io_container_runtime: Option<String>,
pub test_kops_k8s_io_distro: Option<String>,
pub test_kops_k8s_io_k8s_version: Option<String>,
pub test_kops_k8s_io_kops_channel: Option<String>,
pub test_kops_k8s_io_kops_version: Option<String>,
pub test_kops_k8s_io_networking: Option<String>,
pub testgrid_num_columns_recent: Option<String>,
pub fork_per_release_cron: Option<String>,
pub fork_per_release_deletions: Option<String>,
pub fork_per_release_replacements: Option<String>,
pub test_kops_k8s_io_extra_flags: Option<String>,
pub testgrid_broken_column_threshold: Option<String>,
pub testgrid_base_options: Option<String>,
pub test_grid_alert_email: Option<String>,
pub test_kops_k8s_io_feature_flags: Option<String>,
pub testgrid_description: Option<String>,
pub ci_openshift_io_description: Option<String>,
pub ci_openshift_io_sop: Option<String>,
pub release_openshift_io_architecture: Option<String>,
pub release_openshift_io_source: Option<String>,
pub release_openshift_io_tag: Option<String>,
}Fields
description: Option<String>prow_k8s_io_context: Option<String>prow_k8s_io_job: Stringtestgrid_dashboards: Option<String>testgrid_tab_name: Option<String>testgrid_alert_email: Option<String>testgrid_alert_stale_results_hours: Option<String>testgrid_num_failures_to_alert: Option<String>fork_per_release_periodic_interval: Option<String>fork_per_release: Option<String>testgrid_create_test_group: Option<String>testgrid_days_of_results: Option<String>test_kops_k8s_io_cloud: Option<String>test_kops_k8s_io_container_runtime: Option<String>test_kops_k8s_io_distro: Option<String>test_kops_k8s_io_k8s_version: Option<String>test_kops_k8s_io_kops_channel: Option<String>test_kops_k8s_io_kops_version: Option<String>test_kops_k8s_io_networking: Option<String>testgrid_num_columns_recent: Option<String>fork_per_release_cron: Option<String>fork_per_release_deletions: Option<String>fork_per_release_replacements: Option<String>test_kops_k8s_io_extra_flags: Option<String>testgrid_broken_column_threshold: Option<String>testgrid_base_options: Option<String>test_grid_alert_email: Option<String>test_kops_k8s_io_feature_flags: Option<String>testgrid_description: Option<String>ci_openshift_io_description: Option<String>ci_openshift_io_sop: Option<String>release_openshift_io_architecture: Option<String>release_openshift_io_source: Option<String>release_openshift_io_tag: Option<String>Trait Implementations
sourceimpl Clone for Annotations
impl Clone for Annotations
sourcefn clone(&self) -> Annotations
fn clone(&self) -> Annotations
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Annotations
impl Debug for Annotations
sourceimpl Default for Annotations
impl Default for Annotations
sourcefn default() -> Annotations
fn default() -> Annotations
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Annotations
impl<'de> Deserialize<'de> for Annotations
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Annotations> for Annotations
impl PartialEq<Annotations> for Annotations
sourcefn eq(&self, other: &Annotations) -> bool
fn eq(&self, other: &Annotations) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Annotations) -> bool
fn ne(&self, other: &Annotations) -> bool
This method tests for !=.
sourceimpl Serialize for Annotations
impl Serialize for Annotations
impl StructuralPartialEq for Annotations
Auto Trait Implementations
impl RefUnwindSafe for Annotations
impl Send for Annotations
impl Sync for Annotations
impl Unpin for Annotations
impl UnwindSafe for Annotations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more