pub enum NotifyTopUpResult {
Ok(Cycles),
Err(NotifyError),
}Variants§
Ok(Cycles)
Err(NotifyError)
Trait Implementations§
Source§impl CandidType for NotifyTopUpResult
impl CandidType for NotifyTopUpResult
Source§impl<'de> Deserialize<'de> for NotifyTopUpResult
impl<'de> Deserialize<'de> for NotifyTopUpResult
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
Auto Trait Implementations§
impl Freeze for NotifyTopUpResult
impl RefUnwindSafe for NotifyTopUpResult
impl Send for NotifyTopUpResult
impl Sync for NotifyTopUpResult
impl Unpin for NotifyTopUpResult
impl UnwindSafe for NotifyTopUpResult
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