Enum gcs_example::storage_v1_types::BucketsInsertProjection[][src]

pub enum BucketsInsertProjection {
    Undefined,
    Full,
    NoAcl,
}

Variants

Undefined
Full

Include all properties.

NoAcl

Omit owner, acl and defaultObjectAcl properties.

Trait Implementations

impl Clone for BucketsInsertProjection[src]

impl Copy for BucketsInsertProjection[src]

impl Debug for BucketsInsertProjection[src]

impl Default for BucketsInsertProjection[src]

impl<'de> Deserialize<'de> for BucketsInsertProjection[src]

impl Display for BucketsInsertProjection[src]

impl Serialize for BucketsInsertProjection[src]

Auto Trait Implementations

impl RefUnwindSafe for BucketsInsertProjection

impl Send for BucketsInsertProjection

impl Sync for BucketsInsertProjection

impl Unpin for BucketsInsertProjection

impl UnwindSafe for BucketsInsertProjection

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.