Enum hexchat_api::Eat
source · pub enum Eat {
None = 0,
Hexchat = 1,
Plugin = 2,
All = 3,
}
Expand description
The return value for client plugin callbacks.
Variants§
Auto Trait Implementations§
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