pub enum PPTableDecodeError {
SmallerThanHeader,
SmallerThanStructureSizeInHeader,
}Variants§
Trait Implementations§
Source§impl Clone for PPTableDecodeError
impl Clone for PPTableDecodeError
Source§fn clone(&self) -> PPTableDecodeError
fn clone(&self) -> PPTableDecodeError
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 PPTableDecodeError
impl Debug for PPTableDecodeError
Source§impl Hash for PPTableDecodeError
impl Hash for PPTableDecodeError
Source§impl Ord for PPTableDecodeError
impl Ord for PPTableDecodeError
Source§fn cmp(&self, other: &PPTableDecodeError) -> Ordering
fn cmp(&self, other: &PPTableDecodeError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PPTableDecodeError
impl PartialEq for PPTableDecodeError
Source§impl PartialOrd for PPTableDecodeError
impl PartialOrd for PPTableDecodeError
impl Copy for PPTableDecodeError
impl Eq for PPTableDecodeError
impl StructuralPartialEq for PPTableDecodeError
Auto Trait Implementations§
impl Freeze for PPTableDecodeError
impl RefUnwindSafe for PPTableDecodeError
impl Send for PPTableDecodeError
impl Sync for PPTableDecodeError
impl Unpin for PPTableDecodeError
impl UnwindSafe for PPTableDecodeError
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