Enum blaze_ssl_async::stream::BlazeError
source · pub enum BlazeError {
IO(Error),
FatalAlert(AlertDescription),
Stopped,
Unsupported,
}
Variants
IO(Error)
FatalAlert(AlertDescription)
Stopped
Unsupported
Trait Implementations
sourceimpl Debug for BlazeError
impl Debug for BlazeError
Auto Trait Implementations
impl !RefUnwindSafe for BlazeError
impl Send for BlazeError
impl Sync for BlazeError
impl Unpin for BlazeError
impl !UnwindSafe for BlazeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more