pub struct RuntimeErrorHandler { /* private fields */ }Implementations§
Source§impl RuntimeErrorHandler
impl RuntimeErrorHandler
pub fn get_reported_error(&self) -> &String
Source§impl RuntimeErrorHandler
impl RuntimeErrorHandler
pub fn report_error(&mut self, message: String)
Trait Implementations§
Source§impl Clone for RuntimeErrorHandler
impl Clone for RuntimeErrorHandler
Source§fn clone(&self) -> RuntimeErrorHandler
fn clone(&self) -> RuntimeErrorHandler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeErrorHandler
impl Debug for RuntimeErrorHandler
Source§impl ErrorHandler for RuntimeErrorHandler
impl ErrorHandler for RuntimeErrorHandler
fn report_error(&mut self, message: String)
Auto Trait Implementations§
impl Freeze for RuntimeErrorHandler
impl RefUnwindSafe for RuntimeErrorHandler
impl Send for RuntimeErrorHandler
impl Sync for RuntimeErrorHandler
impl Unpin for RuntimeErrorHandler
impl UnsafeUnpin for RuntimeErrorHandler
impl UnwindSafe for RuntimeErrorHandler
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