pub struct ClusterAffinityTolerations {
pub effect: Option<String>,
pub key: Option<String>,
pub operator: Option<String>,
pub toleration_seconds: Option<i64>,
pub value: Option<String>,
}
Fields§
§effect: Option<String>
§key: Option<String>
§operator: Option<String>
§toleration_seconds: Option<i64>
§value: Option<String>
Trait Implementations§
source§impl Clone for ClusterAffinityTolerations
impl Clone for ClusterAffinityTolerations
source§fn clone(&self) -> ClusterAffinityTolerations
fn clone(&self) -> ClusterAffinityTolerations
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 ClusterAffinityTolerations
impl Debug for ClusterAffinityTolerations
source§impl Default for ClusterAffinityTolerations
impl Default for ClusterAffinityTolerations
source§fn default() -> ClusterAffinityTolerations
fn default() -> ClusterAffinityTolerations
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterAffinityTolerations
impl<'de> Deserialize<'de> for ClusterAffinityTolerations
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
Auto Trait Implementations§
impl RefUnwindSafe for ClusterAffinityTolerations
impl Send for ClusterAffinityTolerations
impl Sync for ClusterAffinityTolerations
impl Unpin for ClusterAffinityTolerations
impl UnwindSafe for ClusterAffinityTolerations
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