Struct google_logging2::LabelDescriptor [−][src]
pub struct LabelDescriptor {
pub value_type: Option<String>,
pub description: Option<String>,
pub key: Option<String>,
}A description of a label.
This type is not used in any activity, and only used as part of another schema.
Fields
value_type: Option<String>
The type of data that can be assigned to the label.
description: Option<String>
A human-readable description for the label.
key: Option<String>
The label key.
Trait Implementations
impl Default for LabelDescriptor[src]
impl Default for LabelDescriptorfn default() -> LabelDescriptor[src]
fn default() -> LabelDescriptorReturns the "default value" for a type. Read more
impl Clone for LabelDescriptor[src]
impl Clone for LabelDescriptorfn clone(&self) -> LabelDescriptor[src]
fn clone(&self) -> LabelDescriptorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LabelDescriptor[src]
impl Debug for LabelDescriptorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for LabelDescriptor[src]
impl Part for LabelDescriptorAuto Trait Implementations
impl Send for LabelDescriptor
impl Send for LabelDescriptorimpl Sync for LabelDescriptor
impl Sync for LabelDescriptor