pub struct NoOpHandler;Trait Implementations§
Source§impl Clone for NoOpHandler
impl Clone for NoOpHandler
Source§fn clone(&self) -> NoOpHandler
fn clone(&self) -> NoOpHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoOpHandler
impl Debug for NoOpHandler
Source§impl PartialEq for NoOpHandler
impl PartialEq for NoOpHandler
Source§impl<Input, Frntend, Bkend, Md> TaskHandler<Input, Frntend, Bkend, Md> for NoOpHandler
impl<Input, Frntend, Bkend, Md> TaskHandler<Input, Frntend, Bkend, Md> for NoOpHandler
fn handle(self, _: Input) -> impl FrontendEffect<Frntend, Bkend, Md>
impl Copy for NoOpHandler
impl StructuralPartialEq for NoOpHandler
Auto Trait Implementations§
impl Freeze for NoOpHandler
impl RefUnwindSafe for NoOpHandler
impl Send for NoOpHandler
impl Sync for NoOpHandler
impl Unpin for NoOpHandler
impl UnwindSafe for NoOpHandler
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