pub struct HookConfig {
pub verbs: Vec<Box<dyn OpenVerb>>,
}Available on crate feature
hook only.Expand description
Hook configuration containing the verbs to try before falling back to default behavior.
Fields§
§verbs: Vec<Box<dyn OpenVerb>>Trait Implementations§
Source§impl Default for HookConfig
impl Default for HookConfig
Source§fn default() -> HookConfig
fn default() -> HookConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HookConfig
impl !RefUnwindSafe for HookConfig
impl Send for HookConfig
impl Sync for HookConfig
impl Unpin for HookConfig
impl UnsafeUnpin for HookConfig
impl !UnwindSafe for HookConfig
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