Struct aluvm::program::CodeEofError
source · [−]pub struct CodeEofError;
Expand description
Error indicating that an end of code segment boundary is reached during read or write operation
Trait Implementations
sourceimpl Clone for CodeEofError
impl Clone for CodeEofError
sourcefn clone(&self) -> CodeEofError
fn clone(&self) -> CodeEofError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CodeEofError
impl Debug for CodeEofError
sourceimpl Display for CodeEofError
impl Display for CodeEofError
sourceimpl From<CodeEofError> for WriteError
impl From<CodeEofError> for WriteError
sourcefn from(v: CodeEofError) -> Self
fn from(v: CodeEofError) -> Self
Converts to this type from the input type.
sourceimpl Hash for CodeEofError
impl Hash for CodeEofError
sourceimpl Ord for CodeEofError
impl Ord for CodeEofError
sourceimpl PartialEq<CodeEofError> for CodeEofError
impl PartialEq<CodeEofError> for CodeEofError
sourceimpl PartialOrd<CodeEofError> for CodeEofError
impl PartialOrd<CodeEofError> for CodeEofError
sourcefn partial_cmp(&self, other: &CodeEofError) -> Option<Ordering>
fn partial_cmp(&self, other: &CodeEofError) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for CodeEofError
impl Eq for CodeEofError
impl StructuralEq for CodeEofError
impl StructuralPartialEq for CodeEofError
Auto Trait Implementations
impl RefUnwindSafe for CodeEofError
impl Send for CodeEofError
impl Sync for CodeEofError
impl Unpin for CodeEofError
impl UnwindSafe for CodeEofError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more