pub struct RealtimeSession { /* private fields */ }Implementations§
Source§impl RealtimeSession
impl RealtimeSession
pub fn subscribe(&mut self) -> ImResult<RealtimeEventStream>
pub fn status(&self) -> RealtimeStatus
pub fn status_updates(&self) -> Receiver<RealtimeStatus>
pub async fn stop(&self) -> ImResult<()>
pub async fn join(&mut self) -> ImResult<RealtimeExit>
Trait Implementations§
Source§impl Drop for RealtimeSession
impl Drop for RealtimeSession
Auto Trait Implementations§
impl !RefUnwindSafe for RealtimeSession
impl !UnwindSafe for RealtimeSession
impl Freeze for RealtimeSession
impl Send for RealtimeSession
impl Sync for RealtimeSession
impl Unpin for RealtimeSession
impl UnsafeUnpin for RealtimeSession
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