Struct gcs_rsync::storage::PartialObject[][src]

pub struct PartialObject {
Show 19 fields pub bucket: Option<String>, pub id: Option<String>, pub self_link: Option<String>, pub name: Option<String>, pub content_type: Option<String>, pub time_created: Option<DateTime<Utc>>, pub updated: Option<DateTime<Utc>>, pub time_deleted: Option<DateTime<Utc>>, pub retention_expiration_time: Option<DateTime<Utc>>, pub storage_class: Option<String>, pub size: Option<u64>, pub media_link: Option<String>, pub content_encoding: Option<String>, pub content_disposition: Option<String>, pub content_language: Option<String>, pub cache_control: Option<String>, pub metadata: Option<HashMap<String, String>>, pub crc32c: Option<CRC32C>, pub etag: Option<String>,
}

Fields

bucket: Option<String>id: Option<String>self_link: Option<String>name: Option<String>content_type: Option<String>time_created: Option<DateTime<Utc>>updated: Option<DateTime<Utc>>time_deleted: Option<DateTime<Utc>>retention_expiration_time: Option<DateTime<Utc>>storage_class: Option<String>size: Option<u64>media_link: Option<String>content_encoding: Option<String>content_disposition: Option<String>content_language: Option<String>cache_control: Option<String>metadata: Option<HashMap<String, String>>crc32c: Option<CRC32C>etag: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more