#[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 · 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 GroupShowNameTreeMode
impl Debug for GroupShowNameTreeMode
Source§impl PartialEq for GroupShowNameTreeMode
impl PartialEq for GroupShowNameTreeMode
impl Copy for GroupShowNameTreeMode
impl Eq for GroupShowNameTreeMode
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 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