pub enum SipServerError {
ProcessorError(ProcessorError),
ProcessorNotFound,
}Variants§
ProcessorError(ProcessorError)
ProcessorNotFound
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SipServerError
impl RefUnwindSafe for SipServerError
impl Send for SipServerError
impl Sync for SipServerError
impl Unpin for SipServerError
impl UnwindSafe for SipServerError
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