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<Metadata>,
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<Metadata>crc32c: Option<CRC32C>etag: Option<String>Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
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 !=.
Auto Trait Implementations
impl RefUnwindSafe for PartialObject
impl Send for PartialObject
impl Sync for PartialObject
impl Unpin for PartialObject
impl UnwindSafe for PartialObject
Blanket Implementations
Mutably borrows from an owned value. Read more
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