Struct rust_rcs_client::RcsRuntime
source · 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 !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