Enum opentelemetry_stackdriver::proto::google::api::resource_descriptor::History [−][src]
#[repr(i32)]
pub enum History {
Unspecified,
OriginallySinglePattern,
FutureMultiPattern,
}Expand description
A description of the historical or future-looking state of the resource pattern.
Variants
The “unset” value.
The resource originally had one pattern and launched as such, and additional patterns were added later.
The resource has one pattern, but the API owner expects to add more later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents that from being necessary once there are multiple patterns.)
Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for History
impl UnwindSafe for History
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request