Struct ibmcloud_cos::cos::Contents
source · pub struct Contents {
pub key: String,
pub last_modified: String,
pub etag: String,
pub size: u64,
pub storage_class: String,
}Fields§
§key: String§last_modified: String§etag: String§size: u64§storage_class: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Contents
impl<'de> Deserialize<'de> for Contents
source§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
source§impl PartialEq<Contents> for Contents
impl PartialEq<Contents> for Contents
impl StructuralPartialEq for Contents
Auto Trait Implementations§
impl RefUnwindSafe for Contents
impl Send for Contents
impl Sync for Contents
impl Unpin for Contents
impl UnwindSafe for Contents
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more