pub struct StdRuntime<T: Transport = MpscTransport> { /* private fields */ }
Implementations§
Source§impl<T: Transport> StdRuntime<T>
impl<T: Transport> StdRuntime<T>
pub fn new(transport: T) -> Result<Arc<Self>, 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