pub enum ChannelKind {
Group(GroupChannels),
Extended(Option<ProxyExtendedChannelFactory>),
}Variants§
Group(GroupChannels)
Extended(Option<ProxyExtendedChannelFactory>)
Implementations§
Source§impl ChannelKind
impl ChannelKind
pub fn is_extended(&self) -> bool
Trait Implementations§
Source§impl Debug for ChannelKind
impl Debug for ChannelKind
Source§impl From<ChannelKind> for ChannelKind
impl From<ChannelKind> for ChannelKind
Source§fn from(v: ChannelKind) -> Self
fn from(v: ChannelKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ChannelKind
impl RefUnwindSafe for ChannelKind
impl Send for ChannelKind
impl Sync for ChannelKind
impl Unpin for ChannelKind
impl !UnwindSafe for ChannelKind
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