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
impl StructuralPartialEq for ReplicationOption
Auto Trait Implementations§
impl Freeze for ReplicationOption
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