pub struct CPMSessionInvitation { /* private fields */ }
Implementations§
source§impl CPMSessionInvitation
impl CPMSessionInvitation
pub fn new( session_info: CPMSessionInfo, session_sdp: Arc<Body>, server_transaction: Arc<ServerTransaction>, tx: Sender<ServerTransactionEvent>, rx: Receiver<ServerTransactionEvent>, dialog: Arc<SipDialog> ) -> CPMSessionInvitation
Auto Trait Implementations§
impl !RefUnwindSafe for CPMSessionInvitation
impl Send for CPMSessionInvitation
impl Sync for CPMSessionInvitation
impl Unpin for CPMSessionInvitation
impl !UnwindSafe for CPMSessionInvitation
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