pub enum RexProcessorError {
ReportData,
EventData,
Slot,
}Expand description
Error type for REX Registry operations
Variants§
Trait Implementations§
Source§impl Clone for RexProcessorError
impl Clone for RexProcessorError
Source§fn clone(&self) -> RexProcessorError
fn clone(&self) -> RexProcessorError
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 RexProcessorError
impl Debug for RexProcessorError
Source§impl From<RexProcessorError> for InstructionError
impl From<RexProcessorError> for InstructionError
Source§fn from(error: RexProcessorError) -> Self
fn from(error: RexProcessorError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RexProcessorError
impl PartialEq for RexProcessorError
Source§fn eq(&self, other: &RexProcessorError) -> bool
fn eq(&self, other: &RexProcessorError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RexProcessorError
impl StructuralPartialEq for RexProcessorError
Auto Trait Implementations§
impl Freeze for RexProcessorError
impl RefUnwindSafe for RexProcessorError
impl Send for RexProcessorError
impl Sync for RexProcessorError
impl Unpin for RexProcessorError
impl UnsafeUnpin for RexProcessorError
impl UnwindSafe for RexProcessorError
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.