#[repr(u32)]pub enum ChanType {
SERVER = 1,
CHANNEL = 2,
DIALOG = 3,
NOTICE = 4,
SNOTICE = 5,
}
Expand description
Channel types.
Variants§
Trait Implementations§
impl Copy for ChanType
impl StructuralPartialEq for ChanType
Auto Trait Implementations§
impl Freeze for ChanType
impl RefUnwindSafe for ChanType
impl Send for ChanType
impl Sync for ChanType
impl Unpin for ChanType
impl UnwindSafe for ChanType
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