pub struct PlanImagePullSecrets {
pub name: Option<String>,
}Fields§
§name: Option<String>Trait Implementations§
Source§impl Clone for PlanImagePullSecrets
impl Clone for PlanImagePullSecrets
Source§fn clone(&self) -> PlanImagePullSecrets
fn clone(&self) -> PlanImagePullSecrets
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 PlanImagePullSecrets
impl Debug for PlanImagePullSecrets
Source§impl Default for PlanImagePullSecrets
impl Default for PlanImagePullSecrets
Source§fn default() -> PlanImagePullSecrets
fn default() -> PlanImagePullSecrets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlanImagePullSecrets
impl<'de> Deserialize<'de> for PlanImagePullSecrets
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 PlanImagePullSecrets
impl PartialEq for PlanImagePullSecrets
Source§impl Serialize for PlanImagePullSecrets
impl Serialize for PlanImagePullSecrets
impl StructuralPartialEq for PlanImagePullSecrets
Auto Trait Implementations§
impl Freeze for PlanImagePullSecrets
impl RefUnwindSafe for PlanImagePullSecrets
impl Send for PlanImagePullSecrets
impl Sync for PlanImagePullSecrets
impl Unpin for PlanImagePullSecrets
impl UnwindSafe for PlanImagePullSecrets
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