[][src]Struct tame_gcs::objects::DeleteObjectOptional

pub struct DeleteObjectOptional<'a> {
    pub standard_params: StandardQueryParameters<'a>,
    pub generation: Option<i64>,
    pub conditionals: Conditionals,
    pub user_project: Option<&'a str>,
}

Fields

standard_params: StandardQueryParameters<'a>generation: Option<i64>

If present, permanently deletes a specific revision of this object (as opposed to the latest version, the default).

conditionals: Conditionalsuser_project: Option<&'a str>

The project to be billed for this request. Required for Requester Pays buckets.

Trait Implementations

impl<'a> Default for DeleteObjectOptional<'a>[src]

impl<'a> Serialize for DeleteObjectOptional<'a>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]