Struct k8s_openapi::api::core::v1::ObjectFieldSelector [−][src]
Expand description
ObjectFieldSelector selects an APIVersioned field of an object.
Fields
api_version: Option<String>Version of the schema the FieldPath is written in terms of, defaults to “v1”.
field_path: StringPath of the field to select in the specified API version.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ObjectFieldSelectorimpl Send for ObjectFieldSelectorimpl Sync for ObjectFieldSelectorimpl Unpin for ObjectFieldSelectorimpl UnwindSafe for ObjectFieldSelectorBlanket Implementations
Mutably borrows from an owned value. Read more