Enum tokio_postgres::config::LoadBalanceHosts
source · #[non_exhaustive]pub enum LoadBalanceHosts {
Disable,
Random,
}
Expand description
Load balancing configuration.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Disable
Make connection attempts to hosts in the order provided.
Random
Make connection attempts to hosts in a random order.
Trait Implementations§
source§impl Clone for LoadBalanceHosts
impl Clone for LoadBalanceHosts
source§fn clone(&self) -> LoadBalanceHosts
fn clone(&self) -> LoadBalanceHosts
Returns a copy 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 LoadBalanceHosts
impl Debug for LoadBalanceHosts
source§impl PartialEq for LoadBalanceHosts
impl PartialEq for LoadBalanceHosts
source§fn eq(&self, other: &LoadBalanceHosts) -> bool
fn eq(&self, other: &LoadBalanceHosts) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LoadBalanceHosts
impl Eq for LoadBalanceHosts
impl StructuralPartialEq for LoadBalanceHosts
Auto Trait Implementations§
impl Freeze for LoadBalanceHosts
impl RefUnwindSafe for LoadBalanceHosts
impl Send for LoadBalanceHosts
impl Sync for LoadBalanceHosts
impl Unpin for LoadBalanceHosts
impl UnwindSafe for LoadBalanceHosts
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)