pub struct Eat { /* private fields */ }Expand description
A status indicator for event callbacks. Indicates whether to continue processing, eat hexchat, eat plugin, or eat all.
Returned by most hooks.
Trait Implementations§
impl Copy for Eat
impl Eq for Eat
impl StructuralPartialEq for Eat
Auto Trait Implementations§
impl Freeze for Eat
impl RefUnwindSafe for Eat
impl Send for Eat
impl Sync for Eat
impl Unpin for Eat
impl UnwindSafe for Eat
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