pub struct SipTransactionManagerEventInterface {
pub event_rx: Receiver<(Arc<ServerTransaction>, Sender<ServerTransactionEvent>, Receiver<ServerTransactionEvent>)>,
}
Fields§
§event_rx: Receiver<(Arc<ServerTransaction>, Sender<ServerTransactionEvent>, Receiver<ServerTransactionEvent>)>
Auto Trait Implementations§
impl !RefUnwindSafe for SipTransactionManagerEventInterface
impl Send for SipTransactionManagerEventInterface
impl Sync for SipTransactionManagerEventInterface
impl Unpin for SipTransactionManagerEventInterface
impl !UnwindSafe for SipTransactionManagerEventInterface
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