pub struct CommsBootstrap { /* private fields */ }Implementations§
Source§impl CommsBootstrap
impl CommsBootstrap
pub fn from_config(config: CoreCommsConfig, base_dir: PathBuf) -> Self
pub fn for_child_inproc( name: String, parent_context: ParentCommsContext, ) -> Self
pub async fn prepare(self) -> Result<Option<PreparedComms>, CommsBootstrapError>
Auto Trait Implementations§
impl Freeze for CommsBootstrap
impl RefUnwindSafe for CommsBootstrap
impl Send for CommsBootstrap
impl Sync for CommsBootstrap
impl Unpin for CommsBootstrap
impl UnsafeUnpin for CommsBootstrap
impl UnwindSafe for CommsBootstrap
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