Enum hexchat_api::StripFlags
source · pub enum StripFlags {
StripMIrcColors = 1,
StripTextAttributes = 2,
StripBoth = 3,
}
Expand description
Used by the hexthat.strip()
function to determine what to strip from the
target string.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for StripFlags
impl Send for StripFlags
impl Sync for StripFlags
impl Unpin for StripFlags
impl UnwindSafe for StripFlags
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