pub enum SipDialogEvent {
Ack(Arc<ServerTransaction>),
MidDialogRequest(),
Terminate(),
}
Variants§
Auto Trait Implementations§
impl Freeze for SipDialogEvent
impl !RefUnwindSafe for SipDialogEvent
impl Send for SipDialogEvent
impl Sync for SipDialogEvent
impl Unpin for SipDialogEvent
impl !UnwindSafe for SipDialogEvent
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