Struct gapi_grpc::google::cloud::orgpolicy::v2::ListConstraintsResponse[][src]

pub struct ListConstraintsResponse {
    pub constraints: Vec<Constraint>,
    pub next_page_token: String,
}

The response returned from the [ListConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListConstraints] method.

Fields

constraints: Vec<Constraint>

The collection of constraints that are available on the targeted resource.

next_page_token: String

Page token used to retrieve the next page. This is currently not used.

Trait Implementations

impl Clone for ListConstraintsResponse[src]

impl Debug for ListConstraintsResponse[src]

impl Default for ListConstraintsResponse[src]

impl Message for ListConstraintsResponse[src]

impl PartialEq<ListConstraintsResponse> for ListConstraintsResponse[src]

impl StructuralPartialEq for ListConstraintsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListConstraintsResponse

impl Send for ListConstraintsResponse

impl Sync for ListConstraintsResponse

impl Unpin for ListConstraintsResponse

impl UnwindSafe for ListConstraintsResponse

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]