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: String
Path 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 ObjectFieldSelector
impl Send for ObjectFieldSelector
impl Sync for ObjectFieldSelector
impl Unpin for ObjectFieldSelector
impl UnwindSafe for ObjectFieldSelector
Blanket Implementations
Mutably borrows from an owned value. Read more