Struct gapi_grpc::google::iam::admin::v1::UpdateRoleRequest[][src]

pub struct UpdateRoleRequest {
    pub name: String,
    pub role: Option<Role>,
    pub update_mask: Option<FieldMask>,
}

The request to update a role.

Fields

name: String

The name parameter’s value depends on the target resource for the request, namely projects or organizations. Each resource type’s name value format is described below:

Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.

role: Option<Role>

The updated role.

update_mask: Option<FieldMask>

A mask describing which fields in the Role have changed.

Trait Implementations

impl Clone for UpdateRoleRequest[src]

impl Debug for UpdateRoleRequest[src]

impl Default for UpdateRoleRequest[src]

impl Message for UpdateRoleRequest[src]

impl PartialEq<UpdateRoleRequest> for UpdateRoleRequest[src]

impl StructuralPartialEq for UpdateRoleRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateRoleRequest

impl Send for UpdateRoleRequest

impl Sync for UpdateRoleRequest

impl Unpin for UpdateRoleRequest

impl UnwindSafe for UpdateRoleRequest

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]