pub struct ObjectVersionStorageClass(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ObjectVersionStorageClass
impl Clone for ObjectVersionStorageClass
Source§fn clone(&self) -> ObjectVersionStorageClass
fn clone(&self) -> ObjectVersionStorageClass
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 ObjectVersionStorageClass
impl Debug for ObjectVersionStorageClass
Source§impl<'xml> DeserializeContent<'xml> for ObjectVersionStorageClass
Available on crate feature minio only.
impl<'xml> DeserializeContent<'xml> for ObjectVersionStorageClass
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 ObjectVersionStorageClass
Source§impl From<ObjectVersionStorageClass> for Cow<'static, str>
impl From<ObjectVersionStorageClass> for Cow<'static, str>
Source§fn from(s: ObjectVersionStorageClass) -> Self
fn from(s: ObjectVersionStorageClass) -> Self
Converts to this type from the input type.
Source§impl From<String> for ObjectVersionStorageClass
impl From<String> for ObjectVersionStorageClass
Source§impl FromStr for ObjectVersionStorageClass
impl FromStr for ObjectVersionStorageClass
Source§impl PartialEq for ObjectVersionStorageClass
impl PartialEq for ObjectVersionStorageClass
Source§fn eq(&self, other: &ObjectVersionStorageClass) -> bool
fn eq(&self, other: &ObjectVersionStorageClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SerializeContent for ObjectVersionStorageClass
Available on crate feature minio only.
impl SerializeContent for ObjectVersionStorageClass
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 ObjectVersionStorageClass
Auto Trait Implementations§
impl Freeze for ObjectVersionStorageClass
impl RefUnwindSafe for ObjectVersionStorageClass
impl Send for ObjectVersionStorageClass
impl Sync for ObjectVersionStorageClass
impl Unpin for ObjectVersionStorageClass
impl UnsafeUnpin for ObjectVersionStorageClass
impl UnwindSafe for ObjectVersionStorageClass
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,
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.