pub enum VolumeScopeInlineItem {
Local,
Global,
}
Expand description
The level at which the volume exists. Either global
for cluster-wide,
or local
for machine level.
Variants
Local
Global
Trait Implementations
sourceimpl AsRef<str> for VolumeScopeInlineItem
impl AsRef<str> for VolumeScopeInlineItem
sourceimpl Clone for VolumeScopeInlineItem
impl Clone for VolumeScopeInlineItem
sourcefn clone(&self) -> VolumeScopeInlineItem
fn clone(&self) -> VolumeScopeInlineItem
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 VolumeScopeInlineItem
impl Debug for VolumeScopeInlineItem
sourceimpl<'de> Deserialize<'de> for VolumeScopeInlineItem
impl<'de> Deserialize<'de> for VolumeScopeInlineItem
sourcefn 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
sourceimpl Display for VolumeScopeInlineItem
impl Display for VolumeScopeInlineItem
sourceimpl PartialEq<VolumeScopeInlineItem> for VolumeScopeInlineItem
impl PartialEq<VolumeScopeInlineItem> for VolumeScopeInlineItem
sourcefn eq(&self, other: &VolumeScopeInlineItem) -> bool
fn eq(&self, other: &VolumeScopeInlineItem) -> bool
sourceimpl Serialize for VolumeScopeInlineItem
impl Serialize for VolumeScopeInlineItem
impl StructuralPartialEq for VolumeScopeInlineItem
Auto Trait Implementations
impl RefUnwindSafe for VolumeScopeInlineItem
impl Send for VolumeScopeInlineItem
impl Sync for VolumeScopeInlineItem
impl Unpin for VolumeScopeInlineItem
impl UnwindSafe for VolumeScopeInlineItem
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