pub enum SipSessionState {
Early(EarlySession),
Confirmed(ConfirmedSession),
HungUp,
}
Variants§
Auto Trait Implementations§
impl Freeze for SipSessionState
impl !RefUnwindSafe for SipSessionState
impl Send for SipSessionState
impl Sync for SipSessionState
impl Unpin for SipSessionState
impl !UnwindSafe for SipSessionState
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