Enum ntex_server::net::SslError
source · pub enum SslError<E> {
Ssl(Box<dyn Error>),
Service(E),
}
Expand description
Ssl error combinded with service error.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for SslError<E>where
E: Freeze,
impl<E> !RefUnwindSafe for SslError<E>
impl<E> !Send for SslError<E>
impl<E> !Sync for SslError<E>
impl<E> Unpin for SslError<E>where
E: Unpin,
impl<E> !UnwindSafe for SslError<E>
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