pub struct ConfigMapMetadata {
pub name: String,
pub namespace: String,
pub labels: Option<HashMap<String, String>>,
}Fields§
§name: String§namespace: String§labels: Option<HashMap<String, String>>Trait Implementations§
Source§impl Debug for ConfigMapMetadata
impl Debug for ConfigMapMetadata
Source§impl Default for ConfigMapMetadata
impl Default for ConfigMapMetadata
Source§fn default() -> ConfigMapMetadata
fn default() -> ConfigMapMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigMapMetadata
impl<'de> Deserialize<'de> for ConfigMapMetadata
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 Freeze for ConfigMapMetadata
impl RefUnwindSafe for ConfigMapMetadata
impl Send for ConfigMapMetadata
impl Sync for ConfigMapMetadata
impl Unpin for ConfigMapMetadata
impl UnsafeUnpin for ConfigMapMetadata
impl UnwindSafe for ConfigMapMetadata
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