pub struct NopLengthOutOfRange { /* private fields */ }Expand description
Represents the length out of range error. This happens whenever
the NOP instruction is outside of 0..=9 range.
Trait Implementations§
Source§impl Clone for NopLengthOutOfRange
impl Clone for NopLengthOutOfRange
Source§fn clone(&self) -> NopLengthOutOfRange
fn clone(&self) -> NopLengthOutOfRange
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 NopLengthOutOfRange
impl Debug for NopLengthOutOfRange
Source§impl Hash for NopLengthOutOfRange
impl Hash for NopLengthOutOfRange
Source§impl PartialEq for NopLengthOutOfRange
impl PartialEq for NopLengthOutOfRange
Source§fn eq(&self, other: &NopLengthOutOfRange) -> bool
fn eq(&self, other: &NopLengthOutOfRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NopLengthOutOfRange
impl Eq for NopLengthOutOfRange
impl StructuralPartialEq for NopLengthOutOfRange
Auto Trait Implementations§
impl Freeze for NopLengthOutOfRange
impl RefUnwindSafe for NopLengthOutOfRange
impl Send for NopLengthOutOfRange
impl Sync for NopLengthOutOfRange
impl Unpin for NopLengthOutOfRange
impl UnsafeUnpin for NopLengthOutOfRange
impl UnwindSafe for NopLengthOutOfRange
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