Struct k8s_openapi_ext::corev1::DownwardAPIProjection
source · [−]pub struct DownwardAPIProjection {
pub items: Option<Vec<DownwardAPIVolumeFile, Global>>,
}
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: Option<Vec<DownwardAPIVolumeFile, Global>>
Items is a list of DownwardAPIVolume file
Trait Implementations
sourceimpl Clone for DownwardAPIProjection
impl Clone for DownwardAPIProjection
sourcefn clone(&self) -> DownwardAPIProjection
fn clone(&self) -> DownwardAPIProjection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DownwardAPIProjection
impl Debug for DownwardAPIProjection
sourceimpl Default for DownwardAPIProjection
impl Default for DownwardAPIProjection
sourcefn default() -> DownwardAPIProjection
fn default() -> DownwardAPIProjection
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DownwardAPIProjection
impl<'de> Deserialize<'de> for DownwardAPIProjection
sourcefn deserialize<D>(
deserializer: D
) -> Result<DownwardAPIProjection, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<DownwardAPIProjection, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DownwardAPIProjection> for DownwardAPIProjection
impl PartialEq<DownwardAPIProjection> for DownwardAPIProjection
sourcefn eq(&self, other: &DownwardAPIProjection) -> bool
fn eq(&self, other: &DownwardAPIProjection) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for DownwardAPIProjection
impl Serialize for DownwardAPIProjection
sourcefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for DownwardAPIProjection
Auto Trait Implementations
impl RefUnwindSafe for DownwardAPIProjection
impl Send for DownwardAPIProjection
impl Sync for DownwardAPIProjection
impl Unpin for DownwardAPIProjection
impl UnwindSafe for DownwardAPIProjection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more