pub struct RoundRobinSync<N> { /* private fields */ }
Implementations§
Source§impl<N> RoundRobinSync<N>
impl<N> RoundRobinSync<N>
Trait Implementations§
Source§impl<N> From<Vec<N>> for RoundRobinSync<N>
impl<N> From<Vec<N>> for RoundRobinSync<N>
Source§fn from(cluster: Vec<N>) -> RoundRobinSync<N>
fn from(cluster: Vec<N>) -> RoundRobinSync<N>
Converts to this type from the input type.
Auto Trait Implementations§
impl<N> !Freeze for RoundRobinSync<N>
impl<N> RefUnwindSafe for RoundRobinSync<N>where
N: RefUnwindSafe,
impl<N> Send for RoundRobinSync<N>where
N: Send,
impl<N> Sync for RoundRobinSync<N>where
N: Sync,
impl<N> Unpin for RoundRobinSync<N>where
N: Unpin,
impl<N> UnwindSafe for RoundRobinSync<N>where
N: 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