pub struct PluginAsyncAfterHook {
pub matcher: PluginHookMatcher,
pub handler: PluginAsyncAfterHookHandler,
}Fields§
§matcher: PluginHookMatcher§handler: PluginAsyncAfterHookHandlerTrait Implementations§
Source§impl Clone for PluginAsyncAfterHook
impl Clone for PluginAsyncAfterHook
Source§fn clone(&self) -> PluginAsyncAfterHook
fn clone(&self) -> PluginAsyncAfterHook
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 PluginAsyncAfterHook
impl !RefUnwindSafe for PluginAsyncAfterHook
impl Send for PluginAsyncAfterHook
impl Sync for PluginAsyncAfterHook
impl Unpin for PluginAsyncAfterHook
impl UnsafeUnpin for PluginAsyncAfterHook
impl !UnwindSafe for PluginAsyncAfterHook
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