Struct gcs_rsync::storage::PartialObject
source · [−]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
sourceimpl Debug for PartialObject
impl Debug for PartialObject
sourceimpl Default for PartialObject
impl Default for PartialObject
sourcefn default() -> PartialObject
fn default() -> PartialObject
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PartialObject
impl<'de> Deserialize<'de> for PartialObject
sourcefn 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
sourceimpl PartialEq<PartialObject> for PartialObject
impl PartialEq<PartialObject> for PartialObject
sourcefn eq(&self, other: &PartialObject) -> bool
fn eq(&self, other: &PartialObject) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for PartialObject
impl Serialize for PartialObject
sourceimpl TryInto<Object> for PartialObject
impl TryInto<Object> for PartialObject
impl Eq for PartialObject
impl StructuralEq for PartialObject
impl StructuralPartialEq for PartialObject
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more