pub struct RcsRuntime {
pub rt: Arc<Runtime>,
}
Fields§
§rt: Arc<Runtime>
Implementations§
Source§impl RcsRuntime
impl RcsRuntime
pub fn new() -> Result<RcsRuntime, ()>
Auto Trait Implementations§
impl Freeze for RcsRuntime
impl RefUnwindSafe for RcsRuntime
impl Send for RcsRuntime
impl Sync for RcsRuntime
impl Unpin for RcsRuntime
impl UnwindSafe for RcsRuntime
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