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