pub struct FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile {
pub localhost_profile: Option<String>,
pub type: Option<String>,
}Fields§
§localhost_profile: Option<String>§type: Option<String>Trait Implementations§
Source§impl Clone for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Clone for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Source§fn clone(
&self,
) -> FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
fn clone( &self, ) -> FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Returns a duplicate 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 FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Debug for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Source§impl Default for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Default for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Source§fn default() -> FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
fn default() -> FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl<'de> Deserialize<'de> for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
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 FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl PartialEq for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Source§fn eq(
&self,
other: &FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile,
) -> bool
fn eq( &self, other: &FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Serialize for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl StructuralPartialEq for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
Auto Trait Implementations§
impl Freeze for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl RefUnwindSafe for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Send for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Sync for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl Unpin for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
impl UnwindSafe for FlinkDeploymentTaskManagerPodTemplateSpecInitContainersSecurityContextSeccompProfile
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