Enum boot_core::cosmos_modules::staking::BondStatus
pub enum BondStatus {
Unspecified,
Unbonded,
Unbonding,
Bonded,
}Expand description
BondStatus is the status of a validator.
Variants
Unspecified
UNSPECIFIED defines an invalid validator status.
Unbonded
UNBONDED defines a validator that is not bonded.
Unbonding
UNBONDING defines a validator that is unbonding.
Bonded
BONDED defines a validator that is bonded.
Implementations
impl BondStatus
impl BondStatus
impl BondStatus
impl BondStatus
pub 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.
Trait Implementations
impl Clone for BondStatus
impl Clone for BondStatus
fn clone(&self) -> BondStatus
fn clone(&self) -> BondStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Debug for BondStatus
impl Debug for BondStatus
impl Default for BondStatus
impl Default for BondStatus
fn default() -> BondStatus
fn default() -> BondStatus
Returns the “default value” for a type. Read more
impl Hash for BondStatus
impl Hash for BondStatus
impl Ord for BondStatus
impl Ord for BondStatus
fn cmp(&self, other: &BondStatus) -> Ordering
fn cmp(&self, other: &BondStatus) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
impl PartialEq<BondStatus> for BondStatus
impl PartialEq<BondStatus> for BondStatus
fn eq(&self, other: &BondStatus) -> bool
fn eq(&self, other: &BondStatus) -> bool
impl PartialOrd<BondStatus> for BondStatus
impl PartialOrd<BondStatus> for BondStatus
fn partial_cmp(&self, other: &BondStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &BondStatus) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Copy for BondStatus
impl Eq for BondStatus
impl StructuralEq for BondStatus
impl StructuralPartialEq for BondStatus
Auto Trait Implementations
impl RefUnwindSafe for BondStatus
impl Send for BondStatus
impl Sync for BondStatus
impl Unpin for BondStatus
impl UnwindSafe for BondStatus
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request