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 · 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 ChannelCodecTypeProperty
impl Debug for ChannelCodecTypeProperty
Source§impl Hash for ChannelCodecTypeProperty
impl Hash for ChannelCodecTypeProperty
Source§impl PartialEq for ChannelCodecTypeProperty
impl PartialEq for ChannelCodecTypeProperty
impl Copy for ChannelCodecTypeProperty
impl Eq for ChannelCodecTypeProperty
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 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