pub enum ReplicationOption {
SimpleStrategy(i32),
NetworkTopologyStrategy(HashMap<String, i32>),
}Variants§
Trait Implementations§
source§impl Debug for ReplicationOption
impl Debug for ReplicationOption
source§impl PartialEq for ReplicationOption
impl PartialEq for ReplicationOption
source§fn eq(&self, other: &ReplicationOption) -> bool
fn eq(&self, other: &ReplicationOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReplicationOption
Auto Trait Implementations§
impl RefUnwindSafe for ReplicationOption
impl Send for ReplicationOption
impl Sync for ReplicationOption
impl Unpin for ReplicationOption
impl UnwindSafe for ReplicationOption
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