pub enum HookHandlerConfig {
Command(CommandHookConfig),
Http(HttpHookConfig),
Prompt(PromptHookConfig),
Agent(AgentHookConfig),
}Variants§
Trait Implementations§
Source§impl Clone for HookHandlerConfig
impl Clone for HookHandlerConfig
Source§fn clone(&self) -> HookHandlerConfig
fn clone(&self) -> HookHandlerConfig
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 moreSource§impl Debug for HookHandlerConfig
impl Debug for HookHandlerConfig
Source§impl PartialEq for HookHandlerConfig
impl PartialEq for HookHandlerConfig
Source§fn eq(&self, other: &HookHandlerConfig) -> bool
fn eq(&self, other: &HookHandlerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HookHandlerConfig
impl StructuralPartialEq for HookHandlerConfig
Auto Trait Implementations§
impl Freeze for HookHandlerConfig
impl RefUnwindSafe for HookHandlerConfig
impl Send for HookHandlerConfig
impl Sync for HookHandlerConfig
impl Unpin for HookHandlerConfig
impl UnsafeUnpin for HookHandlerConfig
impl UnwindSafe for HookHandlerConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.