Struct k8s_openapi::api::admissionregistration::v1alpha1::ParamRef
source · pub struct ParamRef {
pub name: Option<String>,
pub namespace: Option<String>,
}
Expand description
ParamRef references a parameter resource
Fields§
§name: Option<String>
Name of the resource being referenced.
namespace: Option<String>
Namespace of the referenced resource. Should be empty for the cluster-scoped resources
Trait Implementations§
source§impl DeepMerge for ParamRef
impl DeepMerge for ParamRef
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl<'de> Deserialize<'de> for ParamRef
impl<'de> Deserialize<'de> for ParamRef
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ParamRef> for ParamRef
impl PartialEq<ParamRef> for ParamRef
impl StructuralPartialEq for ParamRef
Auto Trait Implementations§
impl RefUnwindSafe for ParamRef
impl Send for ParamRef
impl Sync for ParamRef
impl Unpin for ParamRef
impl UnwindSafe for ParamRef
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