Struct gapi_grpc::google::storage::v1::BucketAccessControl[][src]

pub struct BucketAccessControl {
    pub role: String,
    pub etag: String,
    pub id: String,
    pub bucket: String,
    pub entity: String,
    pub entity_id: String,
    pub email: String,
    pub domain: String,
    pub project_team: Option<ProjectTeam>,
}

An access-control entry.

Fields

role: String

The access permission for the entity.

etag: String

HTTP 1.1 [“https://tools.ietf.org/html/rfc7232#section-2.3][Entity tag] for the access-control entry.

id: String

The ID of the access-control entry.

bucket: String

The name of the bucket.

entity: String

The entity holding the permission, in one of the following forms:

entity_id: String

The ID for the entity, if any.

email: String

The email address associated with the entity, if any.

domain: String

The domain associated with the entity, if any.

project_team: Option<ProjectTeam>

The project team associated with the entity, if any.

Trait Implementations

impl Clone for BucketAccessControl[src]

impl Debug for BucketAccessControl[src]

impl Default for BucketAccessControl[src]

impl Message for BucketAccessControl[src]

impl PartialEq<BucketAccessControl> for BucketAccessControl[src]

impl StructuralPartialEq for BucketAccessControl[src]

Auto Trait Implementations

impl RefUnwindSafe for BucketAccessControl

impl Send for BucketAccessControl

impl Sync for BucketAccessControl

impl Unpin for BucketAccessControl

impl UnwindSafe for BucketAccessControl

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]