pub enum PartitionLossPolicy {
ReadOnlySafe = 0,
ReadOnlyAll = 1,
ReadWriteSafe = 2,
ReadWriteAll = 3,
Ignore = 4,
}Variants§
Trait Implementations§
Source§impl Clone for PartitionLossPolicy
impl Clone for PartitionLossPolicy
Source§fn clone(&self) -> PartitionLossPolicy
fn clone(&self) -> PartitionLossPolicy
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 PartitionLossPolicy
impl Debug for PartitionLossPolicy
Auto Trait Implementations§
impl Freeze for PartitionLossPolicy
impl RefUnwindSafe for PartitionLossPolicy
impl Send for PartitionLossPolicy
impl Sync for PartitionLossPolicy
impl Unpin for PartitionLossPolicy
impl UnwindSafe for PartitionLossPolicy
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