pub struct PlayKubeVolume {
pub name: Option<String>,
}
Available on crate feature
v5
only.Fields§
§name: Option<String>
Name - Name of the volume created by play kube.
Trait Implementations§
Source§impl Debug for PlayKubeVolume
impl Debug for PlayKubeVolume
Source§impl Default for PlayKubeVolume
impl Default for PlayKubeVolume
Source§fn default() -> PlayKubeVolume
fn default() -> PlayKubeVolume
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlayKubeVolume
impl<'de> Deserialize<'de> for PlayKubeVolume
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 PlayKubeVolume
impl RefUnwindSafe for PlayKubeVolume
impl Send for PlayKubeVolume
impl Sync for PlayKubeVolume
impl Unpin for PlayKubeVolume
impl UnwindSafe for PlayKubeVolume
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