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