Struct google_logging2::LogEntryOperation [−][src]
pub struct LogEntryOperation {
pub last: Option<bool>,
pub id: Option<String>,
pub producer: Option<String>,
pub first: Option<bool>,
}Additional information about a potentially long-running operation with which a log entry is associated.
This type is not used in any activity, and only used as part of another schema.
Fields
last: Option<bool>
Optional. Set this to True if this is the last log entry in the operation.
id: Option<String>
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
producer: Option<String>
Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".
first: Option<bool>
Optional. Set this to True if this is the first log entry in the operation.
Trait Implementations
impl Default for LogEntryOperation[src]
impl Default for LogEntryOperationfn default() -> LogEntryOperation[src]
fn default() -> LogEntryOperationReturns the "default value" for a type. Read more
impl Clone for LogEntryOperation[src]
impl Clone for LogEntryOperationfn clone(&self) -> LogEntryOperation[src]
fn clone(&self) -> LogEntryOperationReturns 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)Performs copy-assignment from source. Read more
impl Debug for LogEntryOperation[src]
impl Debug for LogEntryOperationfn 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 LogEntryOperation[src]
impl Part for LogEntryOperationAuto Trait Implementations
impl Send for LogEntryOperation
impl Send for LogEntryOperationimpl Sync for LogEntryOperation
impl Sync for LogEntryOperation