pub enum LeaderLocator {
ClientLocal,
Random,
LeastLeaders,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeaderLocator
impl RefUnwindSafe for LeaderLocator
impl Send for LeaderLocator
impl Sync for LeaderLocator
impl Unpin for LeaderLocator
impl UnwindSafe for LeaderLocator
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