pub enum KernelCallback {
AllocationStep,
WithdrawalStep,
RefreshStep,
PayoutTransfer,
}Variants§
AllocationStep
Callback for allocation step completion.
WithdrawalStep
Callback for withdrawal step completion.
RefreshStep
Callback for refresh step completion.
PayoutTransfer
Callback for payout transfer completion.
Trait Implementations§
Source§impl Clone for KernelCallback
impl Clone for KernelCallback
Source§fn clone(&self) -> KernelCallback
fn clone(&self) -> KernelCallback
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 KernelCallback
impl Debug for KernelCallback
Source§impl PartialEq for KernelCallback
impl PartialEq for KernelCallback
impl Eq for KernelCallback
impl StructuralPartialEq for KernelCallback
Auto Trait Implementations§
impl Freeze for KernelCallback
impl RefUnwindSafe for KernelCallback
impl Send for KernelCallback
impl Sync for KernelCallback
impl Unpin for KernelCallback
impl UnwindSafe for KernelCallback
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