pub struct UseReactorBridgeHandle<R>where
R: 'static + Reactor,{ /* private fields */ }
Expand description
Hook handle for the use_reactor_bridge
hook.
Implementations§
Trait Implementations§
Source§impl<R> Clone for UseReactorBridgeHandle<R>where
R: 'static + Reactor,
impl<R> Clone for UseReactorBridgeHandle<R>where
R: 'static + Reactor,
Source§impl<R> Debug for UseReactorBridgeHandle<R>
impl<R> Debug for UseReactorBridgeHandle<R>
Source§impl<R> PartialEq for UseReactorBridgeHandle<R>where
R: 'static + Reactor,
impl<R> PartialEq for UseReactorBridgeHandle<R>where
R: 'static + Reactor,
Auto Trait Implementations§
impl<R> Freeze for UseReactorBridgeHandle<R>
impl<R> !RefUnwindSafe for UseReactorBridgeHandle<R>
impl<R> !Send for UseReactorBridgeHandle<R>
impl<R> !Sync for UseReactorBridgeHandle<R>
impl<R> Unpin for UseReactorBridgeHandle<R>
impl<R> !UnwindSafe for UseReactorBridgeHandle<R>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.