pub enum CodecDeltaLevel {
L1,
L2,
L4,
L8,
}
Variants§
Trait Implementations§
Source§impl Clone for CodecDeltaLevel
impl Clone for CodecDeltaLevel
Source§fn clone(&self) -> CodecDeltaLevel
fn clone(&self) -> CodecDeltaLevel
Returns a copy 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 CodecDeltaLevel
impl Debug for CodecDeltaLevel
Source§impl Display for CodecDeltaLevel
impl Display for CodecDeltaLevel
Source§impl From<char> for CodecDeltaLevel
impl From<char> for CodecDeltaLevel
Source§fn from(t: char) -> CodecDeltaLevel
fn from(t: char) -> CodecDeltaLevel
Converts to this type from the input type.
Source§impl Hash for CodecDeltaLevel
impl Hash for CodecDeltaLevel
Source§impl PartialEq for CodecDeltaLevel
impl PartialEq for CodecDeltaLevel
impl Eq for CodecDeltaLevel
impl StructuralPartialEq for CodecDeltaLevel
Auto Trait Implementations§
impl Freeze for CodecDeltaLevel
impl RefUnwindSafe for CodecDeltaLevel
impl Send for CodecDeltaLevel
impl Sync for CodecDeltaLevel
impl Unpin for CodecDeltaLevel
impl UnwindSafe for CodecDeltaLevel
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