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