pub struct PVCMetadata {
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 PVCMetadata
impl Debug for PVCMetadata
Source§impl Default for PVCMetadata
impl Default for PVCMetadata
Source§fn default() -> PVCMetadata
fn default() -> PVCMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PVCMetadata
impl<'de> Deserialize<'de> for PVCMetadata
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 PVCMetadata
impl RefUnwindSafe for PVCMetadata
impl Send for PVCMetadata
impl Sync for PVCMetadata
impl Unpin for PVCMetadata
impl UnsafeUnpin for PVCMetadata
impl UnwindSafe for PVCMetadata
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