Struct google_cloudtrace2::AttributeValue [−][src]
pub struct AttributeValue {
pub string_value: Option<TruncatableString>,
pub bool_value: Option<bool>,
pub int_value: Option<String>,
}The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.
This type is not used in any activity, and only used as part of another schema.
Fields
string_value: Option<TruncatableString>
A string up to 256 bytes long.
bool_value: Option<bool>
A Boolean value represented by true or false.
int_value: Option<String>
A 64-bit signed integer.
Trait Implementations
impl Default for AttributeValue[src]
impl Default for AttributeValuefn default() -> AttributeValue[src]
fn default() -> AttributeValueReturns the "default value" for a type. Read more
impl Clone for AttributeValue[src]
impl Clone for AttributeValuefn clone(&self) -> AttributeValue[src]
fn clone(&self) -> AttributeValueReturns 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 AttributeValue[src]
impl Debug for AttributeValuefn 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 AttributeValue[src]
impl Part for AttributeValueAuto Trait Implementations
impl Send for AttributeValue
impl Send for AttributeValueimpl Sync for AttributeValue
impl Sync for AttributeValue