pub struct HookMatcherGroup {
pub matcher: Option<CompiledMatcher>,
pub hooks: Vec<HookHandler>,
}Fields§
§matcher: Option<CompiledMatcher>§hooks: Vec<HookHandler>Trait Implementations§
Source§impl Clone for HookMatcherGroup
impl Clone for HookMatcherGroup
Source§fn clone(&self) -> HookMatcherGroup
fn clone(&self) -> HookMatcherGroup
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 HookMatcherGroup
impl RefUnwindSafe for HookMatcherGroup
impl Send for HookMatcherGroup
impl Sync for HookMatcherGroup
impl Unpin for HookMatcherGroup
impl UnsafeUnpin for HookMatcherGroup
impl UnwindSafe for HookMatcherGroup
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