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

pub struct GetDefaultObjectAccessControlRequest {
    pub bucket: String,
    pub entity: String,
    pub common_request_params: Option<CommonRequestParams>,
}

Request message for GetDefaultObjectAccessControl.

Fields

bucket: String

Required. Name of a bucket.

entity: String

Required. The entity holding the permission. Can be one of:

common_request_params: Option<CommonRequestParams>

A set of parameters common to all Storage API requests.

Trait Implementations

impl Clone for GetDefaultObjectAccessControlRequest[src]

impl Debug for GetDefaultObjectAccessControlRequest[src]

impl Default for GetDefaultObjectAccessControlRequest[src]

impl Message for GetDefaultObjectAccessControlRequest[src]

impl PartialEq<GetDefaultObjectAccessControlRequest> for GetDefaultObjectAccessControlRequest[src]

impl StructuralPartialEq for GetDefaultObjectAccessControlRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetDefaultObjectAccessControlRequest

impl Send for GetDefaultObjectAccessControlRequest

impl Sync for GetDefaultObjectAccessControlRequest

impl Unpin for GetDefaultObjectAccessControlRequest

impl UnwindSafe for GetDefaultObjectAccessControlRequest

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]