Enum puffin::harness::RESULT_CODE
source · #[repr(u32)]pub enum RESULT_CODE {
RESULT_OK = 0,
RESULT_IO_WOULD_BLOCK = 1,
RESULT_ERROR_OTHER = 2,
}
Variants§
Trait Implementations§
source§impl Clone for RESULT_CODE
impl Clone for RESULT_CODE
source§fn clone(&self) -> RESULT_CODE
fn clone(&self) -> RESULT_CODE
Returns a copy 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 RESULT_CODE
impl Debug for RESULT_CODE
source§impl Hash for RESULT_CODE
impl Hash for RESULT_CODE
source§impl PartialEq for RESULT_CODE
impl PartialEq for RESULT_CODE
impl Copy for RESULT_CODE
impl Eq for RESULT_CODE
impl StructuralPartialEq for RESULT_CODE
Auto Trait Implementations§
impl Freeze for RESULT_CODE
impl RefUnwindSafe for RESULT_CODE
impl Send for RESULT_CODE
impl Sync for RESULT_CODE
impl Unpin for RESULT_CODE
impl UnwindSafe for RESULT_CODE
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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.§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.