pub struct SimpleERGlobalSettings {
pub link_format: LinkDebugIde,
}Expand description
Global configuration for the simple error report handler.
Set once at application startup via
SimpleErrorReport::setup_global_config.
Fields§
§link_format: LinkDebugIdeIDE link format for source locations (default: Vscode).
Trait Implementations§
Source§impl Clone for SimpleERGlobalSettings
impl Clone for SimpleERGlobalSettings
Source§fn clone(&self) -> SimpleERGlobalSettings
fn clone(&self) -> SimpleERGlobalSettings
Returns a duplicate of the value. Read more
1.0.0 · 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 SimpleERGlobalSettings
impl Debug for SimpleERGlobalSettings
Auto Trait Implementations§
impl Freeze for SimpleERGlobalSettings
impl RefUnwindSafe for SimpleERGlobalSettings
impl Send for SimpleERGlobalSettings
impl Sync for SimpleERGlobalSettings
impl Unpin for SimpleERGlobalSettings
impl UnwindSafe for SimpleERGlobalSettings
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