Struct google_binaryauthorization1_beta1::TestIamPermissionsResponse [−][src]
Response message for TestIamPermissions method.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- attestors test iam permissions projects (response)
- policy test iam permissions projects (response)
Fields
permissions: Option<Vec<String>>
A subset of TestPermissionsRequest.permissions that the caller is
allowed.
Trait Implementations
impl Default for TestIamPermissionsResponse[src]
impl Default for TestIamPermissionsResponsefn default() -> TestIamPermissionsResponse[src]
fn default() -> TestIamPermissionsResponseReturns the "default value" for a type. Read more
impl Clone for TestIamPermissionsResponse[src]
impl Clone for TestIamPermissionsResponsefn clone(&self) -> TestIamPermissionsResponse[src]
fn clone(&self) -> TestIamPermissionsResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TestIamPermissionsResponse[src]
impl Debug for TestIamPermissionsResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for TestIamPermissionsResponse[src]
impl ResponseResult for TestIamPermissionsResponseAuto Trait Implementations
impl Send for TestIamPermissionsResponse
impl Send for TestIamPermissionsResponseimpl Sync for TestIamPermissionsResponse
impl Sync for TestIamPermissionsResponse