pub enum RuntimeApplyAdapterPhase {
LowerCallee,
LowerArgument,
PrepareFinalArgument,
PrepareEffectOperationArgument,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeApplyAdapterPhase
impl Clone for RuntimeApplyAdapterPhase
Source§fn clone(&self) -> RuntimeApplyAdapterPhase
fn clone(&self) -> RuntimeApplyAdapterPhase
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 RuntimeApplyAdapterPhase
impl Debug for RuntimeApplyAdapterPhase
Source§impl Ord for RuntimeApplyAdapterPhase
impl Ord for RuntimeApplyAdapterPhase
Source§fn cmp(&self, other: &RuntimeApplyAdapterPhase) -> Ordering
fn cmp(&self, other: &RuntimeApplyAdapterPhase) -> 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 RuntimeApplyAdapterPhase
impl PartialEq for RuntimeApplyAdapterPhase
Source§fn eq(&self, other: &RuntimeApplyAdapterPhase) -> bool
fn eq(&self, other: &RuntimeApplyAdapterPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RuntimeApplyAdapterPhase
impl PartialOrd for RuntimeApplyAdapterPhase
impl Copy for RuntimeApplyAdapterPhase
impl Eq for RuntimeApplyAdapterPhase
impl StructuralPartialEq for RuntimeApplyAdapterPhase
Auto Trait Implementations§
impl Freeze for RuntimeApplyAdapterPhase
impl RefUnwindSafe for RuntimeApplyAdapterPhase
impl Send for RuntimeApplyAdapterPhase
impl Sync for RuntimeApplyAdapterPhase
impl Unpin for RuntimeApplyAdapterPhase
impl UnsafeUnpin for RuntimeApplyAdapterPhase
impl UnwindSafe for RuntimeApplyAdapterPhase
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