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 (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 ConnectionChannelProperty
Source§impl Debug for ConnectionChannelProperty
impl Debug for ConnectionChannelProperty
impl Eq for ConnectionChannelProperty
Source§impl Hash for ConnectionChannelProperty
impl Hash for ConnectionChannelProperty
Source§impl PartialEq for ConnectionChannelProperty
impl PartialEq for ConnectionChannelProperty
Source§fn eq(&self, other: &ConnectionChannelProperty) -> bool
fn eq(&self, other: &ConnectionChannelProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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