[][src]Struct apollo_tracing_protobuf::ReportHeader

pub struct ReportHeader {
    pub hostname: String,
    pub agent_version: String,
    pub service_version: String,
    pub runtime_version: String,
    pub uname: String,
    pub schema_tag: String,
    pub executable_schema_id: String,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

hostname: Stringagent_version: Stringservice_version: Stringruntime_version: Stringuname: Stringschema_tag: Stringexecutable_schema_id: Stringunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ReportHeader[src]

pub fn new() -> ReportHeader[src]

pub fn get_hostname(&self) -> &str[src]

pub fn clear_hostname(&mut self)[src]

pub fn set_hostname(&mut self, v: String)[src]

pub fn mut_hostname(&mut self) -> &mut String[src]

pub fn take_hostname(&mut self) -> String[src]

pub fn get_agent_version(&self) -> &str[src]

pub fn clear_agent_version(&mut self)[src]

pub fn set_agent_version(&mut self, v: String)[src]

pub fn mut_agent_version(&mut self) -> &mut String[src]

pub fn take_agent_version(&mut self) -> String[src]

pub fn get_service_version(&self) -> &str[src]

pub fn clear_service_version(&mut self)[src]

pub fn set_service_version(&mut self, v: String)[src]

pub fn mut_service_version(&mut self) -> &mut String[src]

pub fn take_service_version(&mut self) -> String[src]

pub fn get_runtime_version(&self) -> &str[src]

pub fn clear_runtime_version(&mut self)[src]

pub fn set_runtime_version(&mut self, v: String)[src]

pub fn mut_runtime_version(&mut self) -> &mut String[src]

pub fn take_runtime_version(&mut self) -> String[src]

pub fn get_uname(&self) -> &str[src]

pub fn clear_uname(&mut self)[src]

pub fn set_uname(&mut self, v: String)[src]

pub fn mut_uname(&mut self) -> &mut String[src]

pub fn take_uname(&mut self) -> String[src]

pub fn get_schema_tag(&self) -> &str[src]

pub fn clear_schema_tag(&mut self)[src]

pub fn set_schema_tag(&mut self, v: String)[src]

pub fn mut_schema_tag(&mut self) -> &mut String[src]

pub fn take_schema_tag(&mut self) -> String[src]

pub fn get_executable_schema_id(&self) -> &str[src]

pub fn clear_executable_schema_id(&mut self)[src]

pub fn set_executable_schema_id(&mut self, v: String)[src]

pub fn mut_executable_schema_id(&mut self) -> &mut String[src]

pub fn take_executable_schema_id(&mut self) -> String[src]

Trait Implementations

impl Clear for ReportHeader[src]

impl Clone for ReportHeader[src]

impl Debug for ReportHeader[src]

impl Default for ReportHeader[src]

impl<'a> Default for &'a ReportHeader[src]

impl Message for ReportHeader[src]

impl PartialEq<ReportHeader> for ReportHeader[src]

impl ProtobufValue for ReportHeader[src]

impl StructuralPartialEq for ReportHeader[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.