pub struct RootDialer { /* private fields */ }Expand description
RootDialer is the layer which enable communication between Roster shards.
It should know only his local slots and also the slots initiated by other CPU core locally. For every other slots, it should be delegated to the Cluster.
Should be cheap to clone
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootDialer
impl !RefUnwindSafe for RootDialer
impl Send for RootDialer
impl Sync for RootDialer
impl Unpin for RootDialer
impl !UnwindSafe for RootDialer
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