#[repr(C)]pub enum GroupWhisperType {
Servergroup = 0,
Channelgroup = 1,
Channelcommander = 2,
Allclients = 3,
Endmarker = 4,
}Variants§
Servergroup = 0
Whisper list consists of server groups
Channelgroup = 1
Whisper list consists of channel groups
Channelcommander = 2
whisper to channel commanders
Allclients = 3
whisper to all clients
Endmarker = 4
Trait Implementations§
Source§impl Clone for GroupWhisperType
impl Clone for GroupWhisperType
Source§fn clone(&self) -> GroupWhisperType
fn clone(&self) -> GroupWhisperType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GroupWhisperType
impl Debug for GroupWhisperType
Source§impl PartialEq for GroupWhisperType
impl PartialEq for GroupWhisperType
impl Copy for GroupWhisperType
impl Eq for GroupWhisperType
impl StructuralPartialEq for GroupWhisperType
Auto Trait Implementations§
impl Freeze for GroupWhisperType
impl RefUnwindSafe for GroupWhisperType
impl Send for GroupWhisperType
impl Sync for GroupWhisperType
impl Unpin for GroupWhisperType
impl UnwindSafe for GroupWhisperType
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