pub struct StoreTemplate(pub Value);
Tuple Fields§
§0: Value
Trait Implementations§
Source§impl OnEvent<StoreTemplate> for ConfigLoader
impl OnEvent<StoreTemplate> for ConfigLoader
fn handle<'life0, 'life1, 'async_trait>(
&'life0 mut self,
msg: StoreTemplate,
_ctx: &'life1 mut Context<Self>,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn fallback<'life0, 'life1, 'async_trait>(
&'life0 mut self,
err: Error,
_ctx: &'life1 mut Context<Self>,
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
Self: Send + 'async_trait,
Auto Trait Implementations§
impl Freeze for StoreTemplate
impl RefUnwindSafe for StoreTemplate
impl Send for StoreTemplate
impl Sync for StoreTemplate
impl Unpin for StoreTemplate
impl UnwindSafe for StoreTemplate
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