pub enum SipSessionEvent {
HangupBeforeConfirmingDialog(Arc<SipDialog>),
Started,
ShouldRefresh(Arc<SipDialog>),
Expired(Arc<SipDialog>),
}
Variants§
HangupBeforeConfirmingDialog(Arc<SipDialog>)
Started
ShouldRefresh(Arc<SipDialog>)
Expired(Arc<SipDialog>)
Auto Trait Implementations§
impl Freeze for SipSessionEvent
impl RefUnwindSafe for SipSessionEvent
impl Send for SipSessionEvent
impl Sync for SipSessionEvent
impl Unpin for SipSessionEvent
impl UnwindSafe for SipSessionEvent
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