pub enum ObjectAttributes {
Checksum,
Etag,
ObjectParts,
ObjectSize,
StorageClass,
}Expand description
S3 ObjectAttributes enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ObjectAttributes
impl Clone for ObjectAttributes
Source§fn clone(&self) -> ObjectAttributes
fn clone(&self) -> ObjectAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObjectAttributes
impl Debug for ObjectAttributes
Source§impl Default for ObjectAttributes
impl Default for ObjectAttributes
Source§fn default() -> ObjectAttributes
fn default() -> ObjectAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectAttributes
impl<'de> Deserialize<'de> for ObjectAttributes
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 Display for ObjectAttributes
impl Display for ObjectAttributes
Source§impl From<&str> for ObjectAttributes
impl From<&str> for ObjectAttributes
Source§impl Hash for ObjectAttributes
impl Hash for ObjectAttributes
Source§impl PartialEq for ObjectAttributes
impl PartialEq for ObjectAttributes
Source§impl Serialize for ObjectAttributes
impl Serialize for ObjectAttributes
impl Eq for ObjectAttributes
impl StructuralPartialEq for ObjectAttributes
Auto Trait Implementations§
impl Freeze for ObjectAttributes
impl RefUnwindSafe for ObjectAttributes
impl Send for ObjectAttributes
impl Sync for ObjectAttributes
impl Unpin for ObjectAttributes
impl UnsafeUnpin for ObjectAttributes
impl UnwindSafe for ObjectAttributes
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