pub enum RuntimeAdapterEventKind {
ValueToThunk,
ThunkToValue,
BindHere,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeAdapterEventKind
impl Clone for RuntimeAdapterEventKind
Source§fn clone(&self) -> RuntimeAdapterEventKind
fn clone(&self) -> RuntimeAdapterEventKind
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 RuntimeAdapterEventKind
impl Debug for RuntimeAdapterEventKind
Source§impl Ord for RuntimeAdapterEventKind
impl Ord for RuntimeAdapterEventKind
Source§fn cmp(&self, other: &RuntimeAdapterEventKind) -> Ordering
fn cmp(&self, other: &RuntimeAdapterEventKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RuntimeAdapterEventKind
impl PartialEq for RuntimeAdapterEventKind
Source§fn eq(&self, other: &RuntimeAdapterEventKind) -> bool
fn eq(&self, other: &RuntimeAdapterEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RuntimeAdapterEventKind
impl PartialOrd for RuntimeAdapterEventKind
impl Copy for RuntimeAdapterEventKind
impl Eq for RuntimeAdapterEventKind
impl StructuralPartialEq for RuntimeAdapterEventKind
Auto Trait Implementations§
impl Freeze for RuntimeAdapterEventKind
impl RefUnwindSafe for RuntimeAdapterEventKind
impl Send for RuntimeAdapterEventKind
impl Sync for RuntimeAdapterEventKind
impl Unpin for RuntimeAdapterEventKind
impl UnsafeUnpin for RuntimeAdapterEventKind
impl UnwindSafe for RuntimeAdapterEventKind
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