pub struct OperationalErrorEvent {
pub error_state: Option<Vec<ClosureError>>,
}Fields§
§error_state: Option<Vec<ClosureError>>Trait Implementations§
Source§impl Debug for OperationalErrorEvent
impl Debug for OperationalErrorEvent
Auto Trait Implementations§
impl Freeze for OperationalErrorEvent
impl RefUnwindSafe for OperationalErrorEvent
impl Send for OperationalErrorEvent
impl Sync for OperationalErrorEvent
impl Unpin for OperationalErrorEvent
impl UnwindSafe for OperationalErrorEvent
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