pub enum OperationLifecycle {
Design,
Preview,
Stable,
Deprecated,
Retired,
}Expand description
API operation lifecycle labels.
Variants§
Design
A stable label variant.
Preview
A stable label variant.
Stable
A stable label variant.
Deprecated
A stable label variant.
Retired
A stable label variant.
Implementations§
Trait Implementations§
Source§impl Clone for OperationLifecycle
impl Clone for OperationLifecycle
Source§fn clone(&self) -> OperationLifecycle
fn clone(&self) -> OperationLifecycle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OperationLifecycle
impl Debug for OperationLifecycle
Source§impl Default for OperationLifecycle
impl Default for OperationLifecycle
Source§impl Display for OperationLifecycle
impl Display for OperationLifecycle
Source§impl FromStr for OperationLifecycle
impl FromStr for OperationLifecycle
Source§impl Hash for OperationLifecycle
impl Hash for OperationLifecycle
Source§impl Ord for OperationLifecycle
impl Ord for OperationLifecycle
Source§fn cmp(&self, other: &OperationLifecycle) -> Ordering
fn cmp(&self, other: &OperationLifecycle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OperationLifecycle
impl PartialEq for OperationLifecycle
Source§fn eq(&self, other: &OperationLifecycle) -> bool
fn eq(&self, other: &OperationLifecycle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OperationLifecycle
impl PartialOrd for OperationLifecycle
impl Copy for OperationLifecycle
impl Eq for OperationLifecycle
impl StructuralPartialEq for OperationLifecycle
Auto Trait Implementations§
impl Freeze for OperationLifecycle
impl RefUnwindSafe for OperationLifecycle
impl Send for OperationLifecycle
impl Sync for OperationLifecycle
impl Unpin for OperationLifecycle
impl UnsafeUnpin for OperationLifecycle
impl UnwindSafe for OperationLifecycle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more