#[repr(C)]pub enum GroupShowNameTreeMode {
None = 0,
Before = 1,
Behind = 2,
}Variants§
None = 0
Dont group show name
Before = 1
Show group name before client name
Behind = 2
Show group name behind client name
Trait Implementations§
Source§impl Clone for GroupShowNameTreeMode
impl Clone for GroupShowNameTreeMode
Source§fn clone(&self) -> GroupShowNameTreeMode
fn clone(&self) -> GroupShowNameTreeMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GroupShowNameTreeMode
Source§impl Debug for GroupShowNameTreeMode
impl Debug for GroupShowNameTreeMode
impl Eq for GroupShowNameTreeMode
Source§impl PartialEq for GroupShowNameTreeMode
impl PartialEq for GroupShowNameTreeMode
Source§fn eq(&self, other: &GroupShowNameTreeMode) -> bool
fn eq(&self, other: &GroupShowNameTreeMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupShowNameTreeMode
Auto Trait Implementations§
impl Freeze for GroupShowNameTreeMode
impl RefUnwindSafe for GroupShowNameTreeMode
impl Send for GroupShowNameTreeMode
impl Sync for GroupShowNameTreeMode
impl Unpin for GroupShowNameTreeMode
impl UnsafeUnpin for GroupShowNameTreeMode
impl UnwindSafe for GroupShowNameTreeMode
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