pub enum ConnectionChannelProperty {
Channel,
ChannelGroupInheritedChannel,
}Variants§
Trait Implementations§
Source§impl Clone for ConnectionChannelProperty
impl Clone for ConnectionChannelProperty
Source§fn clone(&self) -> ConnectionChannelProperty
fn clone(&self) -> ConnectionChannelProperty
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 ConnectionChannelProperty
impl Debug for ConnectionChannelProperty
Source§impl Hash for ConnectionChannelProperty
impl Hash for ConnectionChannelProperty
impl Copy for ConnectionChannelProperty
impl Eq for ConnectionChannelProperty
impl StructuralPartialEq for ConnectionChannelProperty
Auto Trait Implementations§
impl Freeze for ConnectionChannelProperty
impl RefUnwindSafe for ConnectionChannelProperty
impl Send for ConnectionChannelProperty
impl Sync for ConnectionChannelProperty
impl Unpin for ConnectionChannelProperty
impl UnwindSafe for ConnectionChannelProperty
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