pub struct ReactorOptions {
pub direct_dispatch: bool,
}Fields§
§direct_dispatch: boolAuto Trait Implementations§
impl Freeze for ReactorOptions
impl RefUnwindSafe for ReactorOptions
impl Send for ReactorOptions
impl Sync for ReactorOptions
impl Unpin for ReactorOptions
impl UnsafeUnpin for ReactorOptions
impl UnwindSafe for ReactorOptions
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