Struct proc_macro::bridge::server::SameThread
source · pub struct SameThread;
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Trait Implementations§
source§impl ExecutionStrategy for SameThread
impl ExecutionStrategy for SameThread
source§fn run_bridge_and_client(
&self,
dispatcher: &mut impl DispatcherTrait,
input: Buffer,
run_client: extern "C" fn(_: BridgeConfig<'_>) -> Buffer,
force_show_panics: bool
) -> Buffer ⓘ
fn run_bridge_and_client( &self, dispatcher: &mut impl DispatcherTrait, input: Buffer, run_client: extern "C" fn(_: BridgeConfig<'_>) -> Buffer, force_show_panics: bool ) -> Buffer ⓘ
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Auto Trait Implementations§
impl RefUnwindSafe for SameThread
impl Send for SameThread
impl Sync for SameThread
impl Unpin for SameThread
impl UnwindSafe for SameThread
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