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