pub enum BlazeError {
IO(Error),
FatalAlert(AlertDescription),
Stopped,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Debug for BlazeError
impl Debug for BlazeError
Auto Trait Implementations§
impl Freeze for BlazeError
impl !RefUnwindSafe for BlazeError
impl Send for BlazeError
impl Sync for BlazeError
impl Unpin for BlazeError
impl UnsafeUnpin for BlazeError
impl !UnwindSafe for BlazeError
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