pub struct BootstrapCoordinator { /* private fields */ }Expand description
Manages bootstrap node connections and coordination
Auto Trait Implementations§
impl Freeze for BootstrapCoordinator
impl RefUnwindSafe for BootstrapCoordinator
impl Send for BootstrapCoordinator
impl Sync for BootstrapCoordinator
impl Unpin for BootstrapCoordinator
impl UnwindSafe for BootstrapCoordinator
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