pub enum DataRedundancyType {
LRS,
ZRS,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for DataRedundancyType
impl AsRef<str> for DataRedundancyType
Source§impl Clone for DataRedundancyType
impl Clone for DataRedundancyType
Source§fn clone(&self) -> DataRedundancyType
fn clone(&self) -> DataRedundancyType
Returns a duplicate of the value. Read more
1.0.0 · 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 DataRedundancyType
impl Debug for DataRedundancyType
Source§impl Default for DataRedundancyType
impl Default for DataRedundancyType
Source§fn default() -> DataRedundancyType
fn default() -> DataRedundancyType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataRedundancyType
impl<'de> Deserialize<'de> for DataRedundancyType
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 DataRedundancyType
impl Display for DataRedundancyType
Source§impl Hash for DataRedundancyType
impl Hash for DataRedundancyType
Source§impl PartialEq for DataRedundancyType
impl PartialEq for DataRedundancyType
Source§impl Serialize for DataRedundancyType
impl Serialize for DataRedundancyType
Source§impl TryFrom<&String> for DataRedundancyType
impl TryFrom<&String> for DataRedundancyType
Source§impl TryFrom<&str> for DataRedundancyType
impl TryFrom<&str> for DataRedundancyType
Source§impl TryFrom<String> for DataRedundancyType
impl TryFrom<String> for DataRedundancyType
impl Eq for DataRedundancyType
impl StructuralPartialEq for DataRedundancyType
Auto Trait Implementations§
impl Freeze for DataRedundancyType
impl RefUnwindSafe for DataRedundancyType
impl Send for DataRedundancyType
impl Sync for DataRedundancyType
impl Unpin for DataRedundancyType
impl UnsafeUnpin for DataRedundancyType
impl UnwindSafe for DataRedundancyType
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.