pub enum Coord {
Leader(LeaderCtl),
Worker(WorkerCtl),
}Expand description
This process’s coordination role once the handshake settles: the leader holds connections to the joined workers; a joiner holds its connection to the leader.
Variants§
Auto Trait Implementations§
impl !Freeze for Coord
impl RefUnwindSafe for Coord
impl Send for Coord
impl Sync for Coord
impl Unpin for Coord
impl UnsafeUnpin for Coord
impl UnwindSafe for Coord
Blanket Implementations§
impl<T> Allocation for T
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