pub struct Hook {
pub value: String,
/* private fields */
}Expand description
A compiled hook: the pattern its message must match, and what the hook carries (an enter-command line, or an Fcc mailbox).
Fields§
§value: StringThe command line to run, or the mailbox to file the copy in.
Auto Trait Implementations§
impl Freeze for Hook
impl RefUnwindSafe for Hook
impl Send for Hook
impl Sync for Hook
impl Unpin for Hook
impl UnsafeUnpin for Hook
impl UnwindSafe for Hook
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