pub struct AnalyticsS3ExportFileFormat(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AnalyticsS3ExportFileFormat
impl Clone for AnalyticsS3ExportFileFormat
Source§fn clone(&self) -> AnalyticsS3ExportFileFormat
fn clone(&self) -> AnalyticsS3ExportFileFormat
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 AnalyticsS3ExportFileFormat
impl Debug for AnalyticsS3ExportFileFormat
Source§impl<'de> Deserialize<'de> for AnalyticsS3ExportFileFormat
impl<'de> Deserialize<'de> for AnalyticsS3ExportFileFormat
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<'xml> DeserializeContent<'xml> for AnalyticsS3ExportFileFormat
Available on crate feature minio only.
impl<'xml> DeserializeContent<'xml> for AnalyticsS3ExportFileFormat
Available on crate feature
minio only.Source§fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
Deserializes the content of the data type Read more
impl Eq for AnalyticsS3ExportFileFormat
Source§impl From<AnalyticsS3ExportFileFormat> for Cow<'static, str>
impl From<AnalyticsS3ExportFileFormat> for Cow<'static, str>
Source§fn from(s: AnalyticsS3ExportFileFormat) -> Self
fn from(s: AnalyticsS3ExportFileFormat) -> Self
Converts to this type from the input type.
Source§impl From<String> for AnalyticsS3ExportFileFormat
impl From<String> for AnalyticsS3ExportFileFormat
Source§impl PartialEq for AnalyticsS3ExportFileFormat
impl PartialEq for AnalyticsS3ExportFileFormat
Source§fn eq(&self, other: &AnalyticsS3ExportFileFormat) -> bool
fn eq(&self, other: &AnalyticsS3ExportFileFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SerializeContent for AnalyticsS3ExportFileFormat
Available on crate feature minio only.
impl SerializeContent for AnalyticsS3ExportFileFormat
Available on crate feature
minio only.Source§fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
Serializes the content of the data type Read more
impl StructuralPartialEq for AnalyticsS3ExportFileFormat
Auto Trait Implementations§
impl Freeze for AnalyticsS3ExportFileFormat
impl RefUnwindSafe for AnalyticsS3ExportFileFormat
impl Send for AnalyticsS3ExportFileFormat
impl Sync for AnalyticsS3ExportFileFormat
impl Unpin for AnalyticsS3ExportFileFormat
impl UnsafeUnpin for AnalyticsS3ExportFileFormat
impl UnwindSafe for AnalyticsS3ExportFileFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.