#[repr(i32)]pub enum RolloutState {
Unspecified = 0,
InProgress = 1,
Cancelling = 2,
Cancelled = 3,
Succeeded = 4,
}
Expand description
OS policy assignment rollout state
Variants§
Unspecified = 0
Invalid value
InProgress = 1
The rollout is in progress.
Cancelling = 2
The rollout is being cancelled.
Cancelled = 3
The rollout is cancelled.
Succeeded = 4
The rollout has completed successfully.
Implementations§
source§impl RolloutState
impl RolloutState
source§impl RolloutState
impl RolloutState
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for RolloutState
impl Clone for RolloutState
source§fn clone(&self) -> RolloutState
fn clone(&self) -> RolloutState
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 Debug for RolloutState
impl Debug for RolloutState
source§impl Default for RolloutState
impl Default for RolloutState
source§fn default() -> RolloutState
fn default() -> RolloutState
Returns the “default value” for a type. Read more
source§impl From<RolloutState> for i32
impl From<RolloutState> for i32
source§fn from(value: RolloutState) -> i32
fn from(value: RolloutState) -> i32
Converts to this type from the input type.
source§impl Hash for RolloutState
impl Hash for RolloutState
source§impl Ord for RolloutState
impl Ord for RolloutState
source§fn cmp(&self, other: &RolloutState) -> Ordering
fn cmp(&self, other: &RolloutState) -> Ordering
1.21.0 · 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 RolloutState
impl PartialEq for RolloutState
source§fn eq(&self, other: &RolloutState) -> bool
fn eq(&self, other: &RolloutState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RolloutState
impl PartialOrd for RolloutState
source§fn partial_cmp(&self, other: &RolloutState) -> Option<Ordering>
fn partial_cmp(&self, other: &RolloutState) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for RolloutState
impl TryFrom<i32> for RolloutState
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
source§fn try_from(value: i32) -> Result<RolloutState, UnknownEnumValue>
fn try_from(value: i32) -> Result<RolloutState, UnknownEnumValue>
Performs the conversion.
impl Copy for RolloutState
impl Eq for RolloutState
impl StructuralPartialEq for RolloutState
Auto Trait Implementations§
impl Freeze for RolloutState
impl RefUnwindSafe for RolloutState
impl Send for RolloutState
impl Sync for RolloutState
impl Unpin for RolloutState
impl UnwindSafe for RolloutState
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request