pub struct PerHostClients<T> { /* private fields */ }Expand description
A collection of clients for each host of a replicated service.
Implementations§
Trait Implementations§
Source§impl<'a, T> IntoIterator for &'a PerHostClients<T>
impl<'a, T> IntoIterator for &'a PerHostClients<T>
Source§impl<T> PartialEq for PerHostClients<T>
impl<T> PartialEq for PerHostClients<T>
Auto Trait Implementations§
impl<T> Freeze for PerHostClients<T>
impl<T> RefUnwindSafe for PerHostClients<T>where
T: RefUnwindSafe,
impl<T> Send for PerHostClients<T>where
T: Send,
impl<T> Sync for PerHostClients<T>where
T: Sync,
impl<T> Unpin for PerHostClients<T>where
T: Unpin,
impl<T> UnwindSafe for PerHostClients<T>where
T: UnwindSafe,
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