pub struct ErasureCodingSupportEntry {
pub profile: &'static str,
pub k: u8,
pub m: u8,
pub native_support: bool,
pub semantic_parity: &'static str,
pub repair_cost: &'static str,
pub small_object_behavior: &'static str,
pub failure_mode: &'static str,
pub caveat: &'static str,
}Fields§
§profile: &'static str§k: u8§m: u8§native_support: bool§semantic_parity: &'static str§repair_cost: &'static str§small_object_behavior: &'static str§failure_mode: &'static str§caveat: &'static strTrait Implementations§
Source§impl Clone for ErasureCodingSupportEntry
impl Clone for ErasureCodingSupportEntry
Source§fn clone(&self) -> ErasureCodingSupportEntry
fn clone(&self) -> ErasureCodingSupportEntry
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 ErasureCodingSupportEntry
impl Debug for ErasureCodingSupportEntry
Source§impl PartialEq for ErasureCodingSupportEntry
impl PartialEq for ErasureCodingSupportEntry
Source§fn eq(&self, other: &ErasureCodingSupportEntry) -> bool
fn eq(&self, other: &ErasureCodingSupportEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ErasureCodingSupportEntry
impl StructuralPartialEq for ErasureCodingSupportEntry
Auto Trait Implementations§
impl Freeze for ErasureCodingSupportEntry
impl RefUnwindSafe for ErasureCodingSupportEntry
impl Send for ErasureCodingSupportEntry
impl Sync for ErasureCodingSupportEntry
impl Unpin for ErasureCodingSupportEntry
impl UnsafeUnpin for ErasureCodingSupportEntry
impl UnwindSafe for ErasureCodingSupportEntry
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