Struct rust_rcs_core::sip::sip_session::SipSessionEventReceiver
source · pub struct SipSessionEventReceiver {
pub tx: Sender<SipSessionEvent>,
pub rt: Arc<Runtime>,
}
Fields§
§tx: Sender<SipSessionEvent>
§rt: Arc<Runtime>
Trait Implementations§
source§impl SipSessionEventCallback for SipSessionEventReceiver
impl SipSessionEventCallback for SipSessionEventReceiver
fn on_event(&self, ev: SipSessionEvent)
Auto Trait Implementations§
impl !RefUnwindSafe for SipSessionEventReceiver
impl Send for SipSessionEventReceiver
impl Sync for SipSessionEventReceiver
impl Unpin for SipSessionEventReceiver
impl !UnwindSafe for SipSessionEventReceiver
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