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