pub enum PositDecodeError {
Zero,
NaR,
}
Variants§
Trait Implementations§
Source§impl Clone for PositDecodeError
impl Clone for PositDecodeError
Source§fn clone(&self) -> PositDecodeError
fn clone(&self) -> PositDecodeError
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 PositDecodeError
impl Debug for PositDecodeError
Source§impl Display for PositDecodeError
impl Display for PositDecodeError
Source§impl Hash for PositDecodeError
impl Hash for PositDecodeError
Source§impl Ord for PositDecodeError
impl Ord for PositDecodeError
Source§fn cmp(&self, other: &PositDecodeError) -> Ordering
fn cmp(&self, other: &PositDecodeError) -> 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 PositDecodeError
impl PartialEq for PositDecodeError
Source§impl PartialOrd for PositDecodeError
impl PartialOrd for PositDecodeError
impl Copy for PositDecodeError
impl Eq for PositDecodeError
impl StructuralPartialEq for PositDecodeError
Auto Trait Implementations§
impl Freeze for PositDecodeError
impl RefUnwindSafe for PositDecodeError
impl Send for PositDecodeError
impl Sync for PositDecodeError
impl Unpin for PositDecodeError
impl UnwindSafe for PositDecodeError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Zero
: 0 bytesNaR
: 0 bytes