Struct k8s_openapi_ext::corev1::AttachedVolume
source · [−]Expand description
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
sourceimpl Clone for AttachedVolume
impl Clone for AttachedVolume
sourcefn clone(&self) -> AttachedVolume
fn clone(&self) -> AttachedVolume
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AttachedVolume
impl Debug for AttachedVolume
sourceimpl DeepMerge for AttachedVolume
impl DeepMerge for AttachedVolume
sourcefn merge_from(&mut self, other: AttachedVolume)
fn merge_from(&mut self, other: AttachedVolume)
Merge
other
into self
.sourceimpl Default for AttachedVolume
impl Default for AttachedVolume
sourcefn default() -> AttachedVolume
fn default() -> AttachedVolume
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AttachedVolume
impl<'de> Deserialize<'de> for AttachedVolume
sourcefn deserialize<D>(
deserializer: D
) -> Result<AttachedVolume, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<AttachedVolume, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<AttachedVolume> for AttachedVolume
impl PartialEq<AttachedVolume> for AttachedVolume
sourcefn eq(&self, other: &AttachedVolume) -> bool
fn eq(&self, other: &AttachedVolume) -> bool
sourceimpl Serialize for AttachedVolume
impl Serialize for AttachedVolume
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 AttachedVolume
Auto Trait Implementations
impl RefUnwindSafe for AttachedVolume
impl Send for AttachedVolume
impl Sync for AttachedVolume
impl Unpin for AttachedVolume
impl UnwindSafe for AttachedVolume
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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