Struct gapi_grpc::google::cloud::osconfig::v1alpha::os_policy_resource_compliance::ExecResourceOutput[][src]

pub struct ExecResourceOutput {
    pub enforcement_output: Vec<u8>,
}

ExecResource specific output.

Fields

enforcement_output: Vec<u8>

Output from Enforcement phase output file (if run). Output size is limited to 100K bytes.

Trait Implementations

impl Clone for ExecResourceOutput[src]

impl Debug for ExecResourceOutput[src]

impl Default for ExecResourceOutput[src]

impl Message for ExecResourceOutput[src]

impl PartialEq<ExecResourceOutput> for ExecResourceOutput[src]

impl StructuralPartialEq for ExecResourceOutput[src]

Auto Trait Implementations

impl RefUnwindSafe for ExecResourceOutput

impl Send for ExecResourceOutput

impl Sync for ExecResourceOutput

impl Unpin for ExecResourceOutput

impl UnwindSafe for ExecResourceOutput

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]