#[repr(u32)]pub enum BanType {
BANTYPE_NONE = 0,
BANTYPE_CHANNEL = 1,
BANTYPE_IPADDR = 2,
BANTYPE_USERNAME = 4,
}Variants§
Trait Implementations§
impl Copy for BanType
impl Eq for BanType
impl StructuralPartialEq for BanType
Auto Trait Implementations§
impl Freeze for BanType
impl RefUnwindSafe for BanType
impl Send for BanType
impl Sync for BanType
impl Unpin for BanType
impl UnwindSafe for BanType
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