pub enum ChannelCodecTypeProperty {
Codec,
}Variants§
Codec
Trait Implementations§
Source§impl Clone for ChannelCodecTypeProperty
impl Clone for ChannelCodecTypeProperty
Source§fn clone(&self) -> ChannelCodecTypeProperty
fn clone(&self) -> ChannelCodecTypeProperty
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 ChannelCodecTypeProperty
Source§impl Debug for ChannelCodecTypeProperty
impl Debug for ChannelCodecTypeProperty
impl Eq for ChannelCodecTypeProperty
Source§impl Hash for ChannelCodecTypeProperty
impl Hash for ChannelCodecTypeProperty
Source§impl PartialEq for ChannelCodecTypeProperty
impl PartialEq for ChannelCodecTypeProperty
Source§fn eq(&self, other: &ChannelCodecTypeProperty) -> bool
fn eq(&self, other: &ChannelCodecTypeProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelCodecTypeProperty
Auto Trait Implementations§
impl Freeze for ChannelCodecTypeProperty
impl RefUnwindSafe for ChannelCodecTypeProperty
impl Send for ChannelCodecTypeProperty
impl Sync for ChannelCodecTypeProperty
impl Unpin for ChannelCodecTypeProperty
impl UnsafeUnpin for ChannelCodecTypeProperty
impl UnwindSafe for ChannelCodecTypeProperty
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