Struct gapi_grpc::google::api::servicecontrol::v1::check_response::CheckInfo[][src]

pub struct CheckInfo {
    pub unused_arguments: Vec<String>,
    pub consumer_info: Option<ConsumerInfo>,
}

Contains additional information about the check operation.

Fields

unused_arguments: Vec<String>

A list of fields and label keys that are ignored by the server. The client doesn’t need to send them for following requests to improve performance and allow better aggregation.

consumer_info: Option<ConsumerInfo>

Consumer info of this check.

Trait Implementations

impl Clone for CheckInfo[src]

impl Debug for CheckInfo[src]

impl Default for CheckInfo[src]

impl Message for CheckInfo[src]

impl PartialEq<CheckInfo> for CheckInfo[src]

impl StructuralPartialEq for CheckInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for CheckInfo

impl Send for CheckInfo

impl Sync for CheckInfo

impl Unpin for CheckInfo

impl UnwindSafe for CheckInfo

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]