pub struct SessionHookMatcher {
pub matcher: String,
pub skill_root: Option<String>,
pub hooks: Vec<SessionHookEntry>,
}Expand description
Session hook matcher
Fields§
§matcher: String§skill_root: Option<String>§hooks: Vec<SessionHookEntry>Trait Implementations§
Source§impl Clone for SessionHookMatcher
impl Clone for SessionHookMatcher
Source§fn clone(&self) -> SessionHookMatcher
fn clone(&self) -> SessionHookMatcher
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 SessionHookMatcher
impl !RefUnwindSafe for SessionHookMatcher
impl Send for SessionHookMatcher
impl Sync for SessionHookMatcher
impl Unpin for SessionHookMatcher
impl UnsafeUnpin for SessionHookMatcher
impl !UnwindSafe for SessionHookMatcher
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