pub struct BackendPool {
pub addresses: Vec<String>,
/* private fields */
}Expand description
A pool of backend addresses for a specific protocol.
Fields§
§addresses: Vec<String>The list of backend addresses in the pool.
Auto Trait Implementations§
impl !Freeze for BackendPool
impl RefUnwindSafe for BackendPool
impl Send for BackendPool
impl Sync for BackendPool
impl Unpin for BackendPool
impl UnsafeUnpin for BackendPool
impl UnwindSafe for BackendPool
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