pub enum ObjectAttribute {
ETag,
Checksum,
ObjectParts,
StorageClass,
ObjectSize,
}Expand description
All possible object attributes that can be retrived from ObjectClient::get_object_attributes. Fields that you do not specify are not returned.
Variants§
ETag
ETag of the object
Checksum
Checksum of the object
ObjectParts
Object parts metadata for multi part object
StorageClass
Storage class of the object
ObjectSize
Object size
Trait Implementations§
source§impl Debug for ObjectAttribute
impl Debug for ObjectAttribute
Auto Trait Implementations§
impl RefUnwindSafe for ObjectAttribute
impl Send for ObjectAttribute
impl Sync for ObjectAttribute
impl Unpin for ObjectAttribute
impl UnwindSafe for ObjectAttribute
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