pub enum SnsRewardCollectionStatus {
ApiExhaustedObserved,
}Expand description
SnsRewardCollectionStatus
Authority level of one completed SNS reward checkpoint collection.
Variants§
ApiExhaustedObserved
The native neuron API was exhausted with stable bracket responses.
Implementations§
Trait Implementations§
Source§impl Clone for SnsRewardCollectionStatus
impl Clone for SnsRewardCollectionStatus
Source§fn clone(&self) -> SnsRewardCollectionStatus
fn clone(&self) -> SnsRewardCollectionStatus
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 moreimpl Copy for SnsRewardCollectionStatus
Source§impl Debug for SnsRewardCollectionStatus
impl Debug for SnsRewardCollectionStatus
Source§impl<'de> Deserialize<'de> for SnsRewardCollectionStatus
impl<'de> Deserialize<'de> for SnsRewardCollectionStatus
Source§fn 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
impl Eq for SnsRewardCollectionStatus
impl StructuralPartialEq for SnsRewardCollectionStatus
Auto Trait Implementations§
impl Freeze for SnsRewardCollectionStatus
impl RefUnwindSafe for SnsRewardCollectionStatus
impl Send for SnsRewardCollectionStatus
impl Sync for SnsRewardCollectionStatus
impl Unpin for SnsRewardCollectionStatus
impl UnsafeUnpin for SnsRewardCollectionStatus
impl UnwindSafe for SnsRewardCollectionStatus
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