Struct google_androidmanagement1::PermissionGrant [] [src]

pub struct PermissionGrant {
    pub policy: Option<String>,
    pub permission: Option<String>,
}

Configuration for an Android permission and its grant state.

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

Fields

The policy for granting the permission.

The android permission, e.g. android.permission.READ_CALENDAR.

Trait Implementations

impl Default for PermissionGrant
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for PermissionGrant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PermissionGrant
[src]

[src]

Formats the value using the given formatter.

impl Part for PermissionGrant
[src]