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