pub struct StdRuntime<T = MpscTransport>where
T: Transport,{ /* private fields */ }Implementations§
Source§impl<T> StdRuntime<T>where
T: Transport,
impl<T> StdRuntime<T>where
T: Transport,
pub fn new(transport: T) -> Result<Arc<StdRuntime<T>>, BlockError>
Auto Trait Implementations§
impl<T = MpscTransport> !Freeze for StdRuntime<T>
impl<T> RefUnwindSafe for StdRuntime<T>where
T: RefUnwindSafe,
impl<T> Send for StdRuntime<T>
impl<T> Sync for StdRuntime<T>
impl<T> Unpin for StdRuntime<T>
impl<T> UnwindSafe for StdRuntime<T>where
T: RefUnwindSafe,
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