Enum hexchat_api::DccType
source · pub enum DccType {
SEND = 0,
RECIEVE = 1,
CHATRECV = 2,
CHATSEND = 3,
}
Expand description
DCC action type.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for DccType
impl Send for DccType
impl Sync for DccType
impl Unpin for DccType
impl UnwindSafe for DccType
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