pub enum ExecutionProfileFallbackPolicy {
Reject,
Fallback,
}Expand description
Host behavior when the requested execution profile is unavailable.
Variants§
Trait Implementations§
impl Copy for ExecutionProfileFallbackPolicy
Source§impl<'de> Deserialize<'de> for ExecutionProfileFallbackPolicy
impl<'de> Deserialize<'de> for ExecutionProfileFallbackPolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExecutionProfileFallbackPolicy
impl StructuralPartialEq for ExecutionProfileFallbackPolicy
Auto Trait Implementations§
impl Freeze for ExecutionProfileFallbackPolicy
impl RefUnwindSafe for ExecutionProfileFallbackPolicy
impl Send for ExecutionProfileFallbackPolicy
impl Sync for ExecutionProfileFallbackPolicy
impl Unpin for ExecutionProfileFallbackPolicy
impl UnsafeUnpin for ExecutionProfileFallbackPolicy
impl UnwindSafe for ExecutionProfileFallbackPolicy
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