pub struct PlatformFactory;
Implementations§
Source§impl PlatformFactory
impl PlatformFactory
pub fn sync_platform<M, N, D, S>( mailbox: M, network: N, context: Context, discovery: D, setup: S, ) -> SyncRuFiPlatform<M, N, D, S>
pub fn async_platform<M, N, D, S>( mailbox: M, network: N, context: Context, discovery: D, setup: S, ) -> RuFiPlatform<M, N, D, S>
Auto Trait Implementations§
impl Freeze for PlatformFactory
impl RefUnwindSafe for PlatformFactory
impl Send for PlatformFactory
impl Sync for PlatformFactory
impl Unpin for PlatformFactory
impl UnwindSafe for PlatformFactory
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