Struct gapi_grpc::google::rpc::RequestInfo[][src]

pub struct RequestInfo {
    pub request_id: String,
    pub serving_data: String,
}

Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.

Fields

request_id: String

An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service’s logs.

serving_data: String

Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.

Trait Implementations

impl Clone for RequestInfo[src]

impl Debug for RequestInfo[src]

impl Default for RequestInfo[src]

impl Message for RequestInfo[src]

impl PartialEq<RequestInfo> for RequestInfo[src]

impl StructuralPartialEq for RequestInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for RequestInfo

impl Send for RequestInfo

impl Sync for RequestInfo

impl Unpin for RequestInfo

impl UnwindSafe for RequestInfo

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]