Struct google_servicecontrol1::api::CheckInfo[][src]

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

Contains additional information about the check operation.

This type is not used in any activity, and only used as part of another schema.

Fields

consumer_info: Option<ConsumerInfo>

Consumer info of this check.

unused_arguments: Option<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.

Trait Implementations

impl Clone for CheckInfo[src]

impl Debug for CheckInfo[src]

impl Default for CheckInfo[src]

impl<'de> Deserialize<'de> for CheckInfo[src]

impl Part for CheckInfo[src]

impl Serialize for CheckInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for CheckInfo[src]

impl Send for CheckInfo[src]

impl Sync for CheckInfo[src]

impl Unpin for CheckInfo[src]

impl UnwindSafe for CheckInfo[src]

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument 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.