pub enum RuntimeFeatures {
WorkloadRunner,
Container,
VM,
Function,
}Variants§
Trait Implementations§
Source§impl Debug for RuntimeFeatures
impl Debug for RuntimeFeatures
Source§impl PartialEq for RuntimeFeatures
impl PartialEq for RuntimeFeatures
Source§fn eq(&self, other: &RuntimeFeatures) -> bool
fn eq(&self, other: &RuntimeFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeFeatures
Auto Trait Implementations§
impl Freeze for RuntimeFeatures
impl RefUnwindSafe for RuntimeFeatures
impl Send for RuntimeFeatures
impl Sync for RuntimeFeatures
impl Unpin for RuntimeFeatures
impl UnsafeUnpin for RuntimeFeatures
impl UnwindSafe for RuntimeFeatures
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