pub enum StepResourceAdmissionProfilePhase {
AuthorityAndPolicyValidate,
DemandEvaluate,
BackingClaim,
LogicalCapacityClaim,
TransactionValidateAndFingerprint,
FrameCaptureAndLease,
}Variants§
AuthorityAndPolicyValidate
DemandEvaluate
BackingClaim
LogicalCapacityClaim
TransactionValidateAndFingerprint
FrameCaptureAndLease
Trait Implementations§
Source§impl Clone for StepResourceAdmissionProfilePhase
impl Clone for StepResourceAdmissionProfilePhase
Source§fn clone(&self) -> StepResourceAdmissionProfilePhase
fn clone(&self) -> StepResourceAdmissionProfilePhase
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 moreimpl Copy for StepResourceAdmissionProfilePhase
impl Eq for StepResourceAdmissionProfilePhase
impl StructuralPartialEq for StepResourceAdmissionProfilePhase
Auto Trait Implementations§
impl Freeze for StepResourceAdmissionProfilePhase
impl RefUnwindSafe for StepResourceAdmissionProfilePhase
impl Send for StepResourceAdmissionProfilePhase
impl Sync for StepResourceAdmissionProfilePhase
impl Unpin for StepResourceAdmissionProfilePhase
impl UnsafeUnpin for StepResourceAdmissionProfilePhase
impl UnwindSafe for StepResourceAdmissionProfilePhase
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