Enum Sircsel
pub enum Sircsel {
_0 = 0,
_1 = 1,
}Expand description
Slow IRC Selected
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sircsel
impl Eq for Sircsel
impl StructuralPartialEq for Sircsel
Auto Trait Implementations§
impl Freeze for Sircsel
impl RefUnwindSafe for Sircsel
impl Send for Sircsel
impl Sync for Sircsel
impl Unpin for Sircsel
impl UnwindSafe for Sircsel
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