Enum hexchat_api::DccStatus
source · pub enum DccStatus {
QUEUED = 0,
ACTIVE = 1,
FAILED = 2,
DONE = 3,
CONNECTING = 4,
ABORTED = 5,
}
Expand description
DCC status values.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for DccStatus
impl Send for DccStatus
impl Sync for DccStatus
impl Unpin for DccStatus
impl UnwindSafe for DccStatus
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