Skip to main content

HeadResponse

Type Alias HeadResponse 

Source
pub type HeadResponse = Option<Metadata>;
Expand description

The result from a successful head() call.

Returns Some(metadata) if the object exists, None otherwise.

Aliased Type§

pub enum HeadResponse {
    None,
    Some(Metadata),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Metadata)

Some value of type T.