pub enum NativeBackendReasonKind {
EffectOperation,
Handler,
Thunk,
ThunkBoundary,
ClosureValue,
StructuralPatternBinding,
EffectIdScope,
EffectIdRead,
}Variants§
EffectOperation
Handler
Thunk
ThunkBoundary
ClosureValue
StructuralPatternBinding
EffectIdScope
EffectIdRead
Trait Implementations§
Source§impl Clone for NativeBackendReasonKind
impl Clone for NativeBackendReasonKind
Source§fn clone(&self) -> NativeBackendReasonKind
fn clone(&self) -> NativeBackendReasonKind
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 NativeBackendReasonKind
impl Debug for NativeBackendReasonKind
Source§impl Display for NativeBackendReasonKind
impl Display for NativeBackendReasonKind
Source§impl PartialEq for NativeBackendReasonKind
impl PartialEq for NativeBackendReasonKind
Source§fn eq(&self, other: &NativeBackendReasonKind) -> bool
fn eq(&self, other: &NativeBackendReasonKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NativeBackendReasonKind
impl Eq for NativeBackendReasonKind
impl StructuralPartialEq for NativeBackendReasonKind
Auto Trait Implementations§
impl Freeze for NativeBackendReasonKind
impl RefUnwindSafe for NativeBackendReasonKind
impl Send for NativeBackendReasonKind
impl Sync for NativeBackendReasonKind
impl Unpin for NativeBackendReasonKind
impl UnsafeUnpin for NativeBackendReasonKind
impl UnwindSafe for NativeBackendReasonKind
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.