pub enum WorkloadType {
Any,
Deployment,
StatefulSet,
DaemonSet,
}Variants§
Trait Implementations§
Source§impl Debug for WorkloadType
impl Debug for WorkloadType
Source§impl PartialEq for WorkloadType
impl PartialEq for WorkloadType
impl StructuralPartialEq for WorkloadType
Auto Trait Implementations§
impl Freeze for WorkloadType
impl RefUnwindSafe for WorkloadType
impl Send for WorkloadType
impl Sync for WorkloadType
impl Unpin for WorkloadType
impl UnwindSafe for WorkloadType
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