pub struct TemplatedCallback<K: CallbackBlueprint>{ /* private fields */ }Expand description
A callback stamped from a CallbackTemplate.
Implements Handler<K::Event>.
Implementations§
Trait Implementations§
Source§impl<K: CallbackBlueprint> Handler<<K as Blueprint>::Event> for TemplatedCallback<K>
impl<K: CallbackBlueprint> Handler<<K as Blueprint>::Event> for TemplatedCallback<K>
Auto Trait Implementations§
impl<K> Freeze for TemplatedCallback<K>
impl<K> RefUnwindSafe for TemplatedCallback<K>where
<<K as Blueprint>::Params as Param>::State: Sized + RefUnwindSafe,
<K as CallbackBlueprint>::Context: RefUnwindSafe,
impl<K> Send for TemplatedCallback<K>
impl<K> Sync for TemplatedCallback<K>
impl<K> Unpin for TemplatedCallback<K>
impl<K> UnsafeUnpin for TemplatedCallback<K>where
<<K as Blueprint>::Params as Param>::State: Sized + UnsafeUnpin,
<K as CallbackBlueprint>::Context: UnsafeUnpin,
impl<K> UnwindSafe for TemplatedCallback<K>where
<<K as Blueprint>::Params as Param>::State: Sized + UnwindSafe,
<K as CallbackBlueprint>::Context: UnwindSafe,
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