Struct k8s_openapi::api::admissionregistration::v1alpha1::TypeChecking
source · pub struct TypeChecking {
pub expression_warnings: Option<Vec<ExpressionWarning>>,
}
Expand description
TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy
Fields§
§expression_warnings: Option<Vec<ExpressionWarning>>
The type checking warnings for each expression.
Trait Implementations§
source§impl Clone for TypeChecking
impl Clone for TypeChecking
source§fn clone(&self) -> TypeChecking
fn clone(&self) -> TypeChecking
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TypeChecking
impl Debug for TypeChecking
source§impl DeepMerge for TypeChecking
impl DeepMerge for TypeChecking
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for TypeChecking
impl Default for TypeChecking
source§fn default() -> TypeChecking
fn default() -> TypeChecking
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TypeChecking
impl<'de> Deserialize<'de> for TypeChecking
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 for TypeChecking
impl PartialEq for TypeChecking
source§impl Serialize for TypeChecking
impl Serialize for TypeChecking
impl StructuralPartialEq for TypeChecking
Auto Trait Implementations§
impl Freeze for TypeChecking
impl RefUnwindSafe for TypeChecking
impl Send for TypeChecking
impl Sync for TypeChecking
impl Unpin for TypeChecking
impl UnwindSafe for TypeChecking
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)