Struct k8s_openapi_codegen_common::swagger20::Operation
source · pub struct Operation {
pub id: String,
pub kubernetes_action: Option<KubernetesAction>,
pub kubernetes_group_kind_version: Option<KubernetesGroupKindVersion>,
pub path: Path,
}
Expand description
An API operation.
Fields§
§id: String
§kubernetes_action: Option<KubernetesAction>
§kubernetes_group_kind_version: Option<KubernetesGroupKindVersion>
§path: Path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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