pub enum CycleTopupEventStatus {
RequestErr,
RequestOk,
RequestScheduled,
}Variants§
Trait Implementations§
Source§impl CandidType for CycleTopupEventStatus
impl CandidType for CycleTopupEventStatus
Source§impl Clone for CycleTopupEventStatus
impl Clone for CycleTopupEventStatus
Source§fn clone(&self) -> CycleTopupEventStatus
fn clone(&self) -> CycleTopupEventStatus
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 CycleTopupEventStatus
Source§impl Debug for CycleTopupEventStatus
impl Debug for CycleTopupEventStatus
Source§impl<'de> Deserialize<'de> for CycleTopupEventStatus
impl<'de> Deserialize<'de> for CycleTopupEventStatus
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 CycleTopupEventStatus
Source§impl PartialEq for CycleTopupEventStatus
impl PartialEq for CycleTopupEventStatus
Source§fn eq(&self, other: &CycleTopupEventStatus) -> bool
fn eq(&self, other: &CycleTopupEventStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CycleTopupEventStatus
impl Serialize for CycleTopupEventStatus
impl StructuralPartialEq for CycleTopupEventStatus
Auto Trait Implementations§
impl Freeze for CycleTopupEventStatus
impl RefUnwindSafe for CycleTopupEventStatus
impl Send for CycleTopupEventStatus
impl Sync for CycleTopupEventStatus
impl Unpin for CycleTopupEventStatus
impl UnsafeUnpin for CycleTopupEventStatus
impl UnwindSafe for CycleTopupEventStatus
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