#[repr(u8)]pub enum IrcEn {
DIS_IRC = 0,
EN_IRC = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for IrcEn
impl Ord for IrcEn
Source§impl PartialOrd for IrcEn
impl PartialOrd for IrcEn
impl Copy for IrcEn
impl Eq for IrcEn
impl StructuralPartialEq for IrcEn
Auto Trait Implementations§
impl Freeze for IrcEn
impl RefUnwindSafe for IrcEn
impl Send for IrcEn
impl Sync for IrcEn
impl Unpin for IrcEn
impl UnwindSafe for IrcEn
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