pub enum ChannelBoolProperty {
Permanent,
SemiPermanent,
Default,
Password,
CodecIsUnencrypted,
MaxClientsUnlimited,
MaxFamilyClientsUnlimited,
Subscribed,
}Variants§
Permanent
SemiPermanent
Default
Password
CodecIsUnencrypted
MaxClientsUnlimited
MaxFamilyClientsUnlimited
Subscribed
If we are subscribed to this channel
Trait Implementations§
Source§impl Clone for ChannelBoolProperty
impl Clone for ChannelBoolProperty
Source§fn clone(&self) -> ChannelBoolProperty
fn clone(&self) -> ChannelBoolProperty
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 ChannelBoolProperty
impl Debug for ChannelBoolProperty
Source§impl Hash for ChannelBoolProperty
impl Hash for ChannelBoolProperty
Source§impl PartialEq for ChannelBoolProperty
impl PartialEq for ChannelBoolProperty
impl Copy for ChannelBoolProperty
impl Eq for ChannelBoolProperty
impl StructuralPartialEq for ChannelBoolProperty
Auto Trait Implementations§
impl Freeze for ChannelBoolProperty
impl RefUnwindSafe for ChannelBoolProperty
impl Send for ChannelBoolProperty
impl Sync for ChannelBoolProperty
impl Unpin for ChannelBoolProperty
impl UnwindSafe for ChannelBoolProperty
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