pub enum ServerChannelGroupIdProperty {
DefaultChannelGroup,
DefaultChannelAdminGroup,
}Variants§
Trait Implementations§
Source§impl Clone for ServerChannelGroupIdProperty
impl Clone for ServerChannelGroupIdProperty
Source§fn clone(&self) -> ServerChannelGroupIdProperty
fn clone(&self) -> ServerChannelGroupIdProperty
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 ServerChannelGroupIdProperty
impl Debug for ServerChannelGroupIdProperty
Source§impl Hash for ServerChannelGroupIdProperty
impl Hash for ServerChannelGroupIdProperty
Source§impl PartialEq for ServerChannelGroupIdProperty
impl PartialEq for ServerChannelGroupIdProperty
Source§fn eq(&self, other: &ServerChannelGroupIdProperty) -> bool
fn eq(&self, other: &ServerChannelGroupIdProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ServerChannelGroupIdProperty
impl Eq for ServerChannelGroupIdProperty
impl StructuralPartialEq for ServerChannelGroupIdProperty
Auto Trait Implementations§
impl Freeze for ServerChannelGroupIdProperty
impl RefUnwindSafe for ServerChannelGroupIdProperty
impl Send for ServerChannelGroupIdProperty
impl Sync for ServerChannelGroupIdProperty
impl Unpin for ServerChannelGroupIdProperty
impl UnwindSafe for ServerChannelGroupIdProperty
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