Struct gapi_grpc::google::cloud::asset::v1::IamPolicyAnalysisState[][src]

pub struct IamPolicyAnalysisState {
    pub code: i32,
    pub cause: String,
}

Represents the detailed state of an entity under analysis, such as a resource, an identity or an access.

Fields

code: i32

The Google standard error code that best describes the state. For example:

cause: String

The human-readable description of the cause of failure.

Implementations

impl IamPolicyAnalysisState[src]

pub fn code(&self) -> Code[src]

Returns the enum value of code, or the default if the field is set to an invalid enum value.

pub fn set_code(&mut self, value: Code)[src]

Sets code to the provided enum value.

Trait Implementations

impl Clone for IamPolicyAnalysisState[src]

impl Debug for IamPolicyAnalysisState[src]

impl Default for IamPolicyAnalysisState[src]

impl Message for IamPolicyAnalysisState[src]

impl PartialEq<IamPolicyAnalysisState> for IamPolicyAnalysisState[src]

impl StructuralPartialEq for IamPolicyAnalysisState[src]

Auto Trait Implementations

impl RefUnwindSafe for IamPolicyAnalysisState

impl Send for IamPolicyAnalysisState

impl Sync for IamPolicyAnalysisState

impl Unpin for IamPolicyAnalysisState

impl UnwindSafe for IamPolicyAnalysisState

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]