Struct google_logging2::api::LabelDescriptor [−][src]
pub struct LabelDescriptor {
pub description: Option<String>,
pub key: Option<String>,
pub value_type: Option<String>,
}Expand description
A description of a label.
This type is not used in any activity, and only used as part of another schema.
Fields
description: Option<String>A human-readable description for the label.
key: Option<String>The label key.
value_type: Option<String>The type of data that can be assigned to the label.
Trait Implementations
Returns the “default value” for a type. Read more
fn 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
Auto Trait Implementations
impl RefUnwindSafe for LabelDescriptor
impl Send for LabelDescriptor
impl Sync for LabelDescriptor
impl Unpin for LabelDescriptor
impl UnwindSafe for LabelDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more