pub enum ChecksumType {
Composite,
FullObject,
}Expand description
S3 ChecksumType enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ChecksumType
impl Clone for ChecksumType
Source§fn clone(&self) -> ChecksumType
fn clone(&self) -> ChecksumType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChecksumType
impl Debug for ChecksumType
Source§impl Default for ChecksumType
impl Default for ChecksumType
Source§fn default() -> ChecksumType
fn default() -> ChecksumType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChecksumType
impl<'de> Deserialize<'de> for ChecksumType
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 ChecksumType
impl Display for ChecksumType
Source§impl From<&str> for ChecksumType
impl From<&str> for ChecksumType
Source§impl Hash for ChecksumType
impl Hash for ChecksumType
Source§impl PartialEq for ChecksumType
impl PartialEq for ChecksumType
Source§fn eq(&self, other: &ChecksumType) -> bool
fn eq(&self, other: &ChecksumType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChecksumType
impl Serialize for ChecksumType
impl Eq for ChecksumType
impl StructuralPartialEq for ChecksumType
Auto Trait Implementations§
impl Freeze for ChecksumType
impl RefUnwindSafe for ChecksumType
impl Send for ChecksumType
impl Sync for ChecksumType
impl Unpin for ChecksumType
impl UnsafeUnpin for ChecksumType
impl UnwindSafe for ChecksumType
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