pub enum TaskRunnerConfig {
None,
Solana(String),
}
Expand description
The TaskRunnerConfig contains the parameters used to execute the OracleJob tasks.
Variants§
Trait Implementations§
source§impl Clone for TaskRunnerConfig
impl Clone for TaskRunnerConfig
source§fn clone(&self) -> TaskRunnerConfig
fn clone(&self) -> TaskRunnerConfig
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 TaskRunnerConfig
impl Debug for TaskRunnerConfig
source§impl Default for TaskRunnerConfig
impl Default for TaskRunnerConfig
source§fn default() -> TaskRunnerConfig
fn default() -> TaskRunnerConfig
Returns the “default value” for a type. Read more
source§impl PartialEq for TaskRunnerConfig
impl PartialEq for TaskRunnerConfig
source§fn eq(&self, other: &TaskRunnerConfig) -> bool
fn eq(&self, other: &TaskRunnerConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TaskRunnerConfig
Auto Trait Implementations§
impl RefUnwindSafe for TaskRunnerConfig
impl Send for TaskRunnerConfig
impl Sync for TaskRunnerConfig
impl Unpin for TaskRunnerConfig
impl UnwindSafe for TaskRunnerConfig
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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