pub enum DecoderType {
Request,
Response,
}Expand description
The type of decoding
Variants§
Trait Implementations§
Source§impl Clone for DecoderType
impl Clone for DecoderType
Source§fn clone(&self) -> DecoderType
fn clone(&self) -> DecoderType
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 DecoderType
impl Debug for DecoderType
Source§impl PartialEq for DecoderType
impl PartialEq for DecoderType
impl Copy for DecoderType
impl Eq for DecoderType
impl StructuralPartialEq for DecoderType
Auto Trait Implementations§
impl Freeze for DecoderType
impl RefUnwindSafe for DecoderType
impl Send for DecoderType
impl Sync for DecoderType
impl Unpin for DecoderType
impl UnwindSafe for DecoderType
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