Struct k8s_openapi::v1_10::api::core::v1::AttachedVolume [−][src]
AttachedVolume describes a volume attached to a node
Fields
device_path: String
DevicePath represents the device path where the volume should be available
name: String
Name of the attached volume
Trait Implementations
impl Clone for AttachedVolume
[src]
impl Clone for AttachedVolume
fn clone(&self) -> AttachedVolume
[src]
fn clone(&self) -> AttachedVolume
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for AttachedVolume
[src]
impl Debug for AttachedVolume
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for AttachedVolume
[src]
impl Default for AttachedVolume
fn default() -> AttachedVolume
[src]
fn default() -> AttachedVolume
Returns the "default value" for a type. Read more
impl PartialEq for AttachedVolume
[src]
impl PartialEq for AttachedVolume
fn eq(&self, other: &AttachedVolume) -> bool
[src]
fn eq(&self, other: &AttachedVolume) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &AttachedVolume) -> bool
[src]
fn ne(&self, other: &AttachedVolume) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for AttachedVolume
[src]
impl<'de> Deserialize<'de> for AttachedVolume
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for AttachedVolume
[src]
impl Serialize for AttachedVolume
Auto Trait Implementations
impl Send for AttachedVolume
impl Send for AttachedVolume
impl Sync for AttachedVolume
impl Sync for AttachedVolume