pub enum ClusterVolumeSpecAccessModeInlineItemSharingInlineItem {
None,
Readonly,
Onewriter,
All,
}Expand description
The number and way that different tasks can use this volume at one time.
noneThe volume may only be used by one task at a time.readonlyThe volume may be used by any number of tasks, but they all must mount the volume as readonlyonewriterThe volume may be used by any number of tasks, but only one may mount it as read/write.allThe volume may have any number of readers and writers.
Variants§
Trait Implementations§
source§impl Clone for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
impl Clone for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
source§fn clone(&self) -> ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
fn clone(&self) -> ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
Returns a copy 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 ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
impl<'de> Deserialize<'de> for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ClusterVolumeSpecAccessModeInlineItemSharingInlineItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ClusterVolumeSpecAccessModeInlineItemSharingInlineItem, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ClusterVolumeSpecAccessModeInlineItemSharingInlineItem> for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
impl PartialEq<ClusterVolumeSpecAccessModeInlineItemSharingInlineItem> for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
source§fn eq(
&self,
other: &ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
) -> bool
fn eq( &self, other: &ClusterVolumeSpecAccessModeInlineItemSharingInlineItem ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
impl Serialize for ClusterVolumeSpecAccessModeInlineItemSharingInlineItem
source§fn 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