pub struct LogExceptionHandler;Expand description
默认日志异常处理器:把异常记录到日志。
Trait Implementations§
Source§impl Clone for LogExceptionHandler
impl Clone for LogExceptionHandler
Source§fn clone(&self) -> LogExceptionHandler
fn clone(&self) -> LogExceptionHandler
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 LogExceptionHandler
impl Debug for LogExceptionHandler
Source§impl Default for LogExceptionHandler
impl Default for LogExceptionHandler
Source§fn default() -> LogExceptionHandler
fn default() -> LogExceptionHandler
Returns the “default value” for a type. Read more
Source§impl WxErrorExceptionHandler for LogExceptionHandler
impl WxErrorExceptionHandler for LogExceptionHandler
Source§fn handle(&self, e: WxErrorException)
fn handle(&self, e: WxErrorException)
Auto Trait Implementations§
impl Freeze for LogExceptionHandler
impl RefUnwindSafe for LogExceptionHandler
impl Send for LogExceptionHandler
impl Sync for LogExceptionHandler
impl Unpin for LogExceptionHandler
impl UnsafeUnpin for LogExceptionHandler
impl UnwindSafe for LogExceptionHandler
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