pub struct IoK8sApiCoreV1DownwardApiProjection {
pub items: Vec<IoK8sApiCoreV1DownwardApiVolumeFile>,
}Expand description
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
Fields§
§items: Vec<IoK8sApiCoreV1DownwardApiVolumeFile>Items is a list of DownwardAPIVolume file
Trait Implementations§
Source§impl Clone for IoK8sApiCoreV1DownwardApiProjection
impl Clone for IoK8sApiCoreV1DownwardApiProjection
Source§fn clone(&self) -> IoK8sApiCoreV1DownwardApiProjection
fn clone(&self) -> IoK8sApiCoreV1DownwardApiProjection
Returns a duplicate 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<'de> Deserialize<'de> for IoK8sApiCoreV1DownwardApiProjection
impl<'de> Deserialize<'de> for IoK8sApiCoreV1DownwardApiProjection
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 From<&IoK8sApiCoreV1DownwardApiProjection> for IoK8sApiCoreV1DownwardApiProjection
impl From<&IoK8sApiCoreV1DownwardApiProjection> for IoK8sApiCoreV1DownwardApiProjection
Source§fn from(value: &IoK8sApiCoreV1DownwardApiProjection) -> Self
fn from(value: &IoK8sApiCoreV1DownwardApiProjection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoK8sApiCoreV1DownwardApiProjection
impl RefUnwindSafe for IoK8sApiCoreV1DownwardApiProjection
impl Send for IoK8sApiCoreV1DownwardApiProjection
impl Sync for IoK8sApiCoreV1DownwardApiProjection
impl Unpin for IoK8sApiCoreV1DownwardApiProjection
impl UnwindSafe for IoK8sApiCoreV1DownwardApiProjection
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