Struct gapi_grpc::google::api::servicecontrol::v1::LogEntryOperation[][src]

pub struct LogEntryOperation {
    pub id: String,
    pub producer: String,
    pub first: bool,
    pub last: bool,
}

Additional information about a potentially long-running operation with which a log entry is associated.

Fields

id: String

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

producer: 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: bool

Optional. Set this to True if this is the first log entry in the operation.

last: bool

Optional. Set this to True if this is the last log entry in the operation.

Trait Implementations

impl Clone for LogEntryOperation[src]

impl Debug for LogEntryOperation[src]

impl Default for LogEntryOperation[src]

impl Message for LogEntryOperation[src]

impl PartialEq<LogEntryOperation> for LogEntryOperation[src]

impl StructuralPartialEq for LogEntryOperation[src]

Auto Trait Implementations

impl RefUnwindSafe for LogEntryOperation

impl Send for LogEntryOperation

impl Sync for LogEntryOperation

impl Unpin for LogEntryOperation

impl UnwindSafe for LogEntryOperation

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> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]