struct FinalConfig {
flavor: RuntimeFlavor,
worker_threads: Option<usize>,
start_paused: Option<bool>,
crate_name: Option<Path>,
unhandled_panic: Option<UnhandledPanic>,
}Fields§
§flavor: RuntimeFlavor§worker_threads: Option<usize>§start_paused: Option<bool>§crate_name: Option<Path>§unhandled_panic: Option<UnhandledPanic>Auto Trait Implementations§
impl Freeze for FinalConfig
impl RefUnwindSafe for FinalConfig
impl !Send for FinalConfig
impl !Sync for FinalConfig
impl Unpin for FinalConfig
impl UnwindSafe for FinalConfig
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