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
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 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