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 Freeze for SipSessionEventReceiver
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