pub enum ChannelFormat {
Individual,
Pairs,
DirectedPairs,
}Expand description
Channel format for variant input
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ChannelFormat
impl Clone for ChannelFormat
Source§fn clone(&self) -> ChannelFormat
fn clone(&self) -> ChannelFormat
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 ChannelFormat
impl Debug for ChannelFormat
Source§impl<'de> Deserialize<'de> for ChannelFormat
impl<'de> Deserialize<'de> for ChannelFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ChannelFormat
impl PartialEq for ChannelFormat
Source§impl Serialize for ChannelFormat
impl Serialize for ChannelFormat
impl Copy for ChannelFormat
impl Eq for ChannelFormat
impl StructuralPartialEq for ChannelFormat
Auto Trait Implementations§
impl Freeze for ChannelFormat
impl RefUnwindSafe for ChannelFormat
impl Send for ChannelFormat
impl Sync for ChannelFormat
impl Unpin for ChannelFormat
impl UnwindSafe for ChannelFormat
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