Enum hexchat_api::ChanType
source · pub enum ChanType {
SERVER = 1,
CHANNEL = 2,
DIALOG = 3,
NOTICE = 4,
SNOTICE = 5,
}
Expand description
Channel types.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ChanType
impl Send for ChanType
impl Sync for ChanType
impl Unpin for ChanType
impl UnwindSafe for ChanType
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