pub struct SessionDerivedHookMatcher {
pub matcher: String,
pub hooks: Vec<HookCommand>,
pub skill_root: Option<String>,
}Expand description
Extended hook matcher that includes optional skillRoot for skill-scoped hooks
Fields§
§matcher: String§hooks: Vec<HookCommand>§skill_root: Option<String>Trait Implementations§
Source§impl Clone for SessionDerivedHookMatcher
impl Clone for SessionDerivedHookMatcher
Source§fn clone(&self) -> SessionDerivedHookMatcher
fn clone(&self) -> SessionDerivedHookMatcher
Returns a duplicate of the value. Read more
1.0.0 · 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 SessionDerivedHookMatcher
impl RefUnwindSafe for SessionDerivedHookMatcher
impl Send for SessionDerivedHookMatcher
impl Sync for SessionDerivedHookMatcher
impl Unpin for SessionDerivedHookMatcher
impl UnsafeUnpin for SessionDerivedHookMatcher
impl UnwindSafe for SessionDerivedHookMatcher
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