pub enum SipMethod {
Register,
Invite,
Ack,
Bye,
Cancel,
Options,
Info,
Refer,
Notify,
Update,
Prack,
Other(String),
}Variants§
Implementations§
Trait Implementations§
impl Eq for SipMethod
impl StructuralPartialEq for SipMethod
Auto Trait Implementations§
impl Freeze for SipMethod
impl RefUnwindSafe for SipMethod
impl Send for SipMethod
impl Sync for SipMethod
impl Unpin for SipMethod
impl UnsafeUnpin for SipMethod
impl UnwindSafe for SipMethod
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