pub struct DownwardApiProjection {
pub items: Option<Vec<DownwardApiVolumeFile>>,
}Expand description
Note that this is identical to a downwardAPI volume source without the default mode.
Fields§
§items: Option<Vec<DownwardApiVolumeFile>>Items is a list of DownwardAPIVolume file +optional
Implementations§
Source§impl DownwardApiProjection
impl DownwardApiProjection
pub fn new() -> DownwardApiProjection
Trait Implementations§
Source§impl Clone for DownwardApiProjection
impl Clone for DownwardApiProjection
Source§fn clone(&self) -> DownwardApiProjection
fn clone(&self) -> DownwardApiProjection
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 Debug for DownwardApiProjection
impl Debug for DownwardApiProjection
Source§impl<'de> Deserialize<'de> for DownwardApiProjection
impl<'de> Deserialize<'de> for DownwardApiProjection
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 FromStr for DownwardApiProjection
Converts Query Parameters representation (style=form, explode=false) to a DownwardApiProjection value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for DownwardApiProjection
Converts Query Parameters representation (style=form, explode=false) to a DownwardApiProjection value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for DownwardApiProjection
impl PartialEq for DownwardApiProjection
Source§impl Serialize for DownwardApiProjection
impl Serialize for DownwardApiProjection
Source§impl ToString for DownwardApiProjection
Converts the DownwardApiProjection value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for DownwardApiProjection
Converts the DownwardApiProjection value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer
Source§impl Validate for DownwardApiProjection
impl Validate for DownwardApiProjection
Source§impl<'v_a> ValidateArgs<'v_a> for DownwardApiProjection
impl<'v_a> ValidateArgs<'v_a> for DownwardApiProjection
impl StructuralPartialEq for DownwardApiProjection
Auto Trait Implementations§
impl Freeze for DownwardApiProjection
impl RefUnwindSafe for DownwardApiProjection
impl Send for DownwardApiProjection
impl Sync for DownwardApiProjection
impl Unpin for DownwardApiProjection
impl UnwindSafe for DownwardApiProjection
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