pub struct RoundRobinEndpointSelector { /* private fields */ }Implementations§
Source§impl RoundRobinEndpointSelector
impl RoundRobinEndpointSelector
Trait Implementations§
Source§impl Debug for RoundRobinEndpointSelector
impl Debug for RoundRobinEndpointSelector
Auto Trait Implementations§
impl !Freeze for RoundRobinEndpointSelector
impl RefUnwindSafe for RoundRobinEndpointSelector
impl Send for RoundRobinEndpointSelector
impl Sync for RoundRobinEndpointSelector
impl Unpin for RoundRobinEndpointSelector
impl UnsafeUnpin for RoundRobinEndpointSelector
impl UnwindSafe for RoundRobinEndpointSelector
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