pub struct HintSender { /* private fields */ }Expand description
Wrap the reconciler inbox for a hint source (native backend or test).
Implementations§
Trait Implementations§
Source§impl Clone for HintSender
impl Clone for HintSender
Source§fn clone(&self) -> HintSender
fn clone(&self) -> HintSender
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HintSender
impl RefUnwindSafe for HintSender
impl Send for HintSender
impl Sync for HintSender
impl Unpin for HintSender
impl UnsafeUnpin for HintSender
impl UnwindSafe for HintSender
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