pub struct TaskBuilder { /* private fields */ }
Implementations§
Source§impl TaskBuilder
impl TaskBuilder
pub fn new(name: impl Into<String>) -> Self
pub fn category(self, category: TaskCategory) -> Self
pub fn priority(self, priority: TaskPriority) -> Self
pub fn plugin_id(self, plugin_id: impl Into<String>) -> Self
pub fn dependency(self, task_id: Uuid) -> Self
pub fn timeout(self, timeout: Duration) -> Self
pub fn max_retries(self, max_retries: u32) -> Self
pub fn cancellable(self, cancellable: bool) -> Self
pub fn metadata(self, key: impl Into<String>, value: Value) -> Self
pub fn correlation_id(self, correlation_id: CorrelationId) -> Self
pub fn build<F, Fut>(self, function: F) -> TaskDefinition
Auto Trait Implementations§
impl Freeze for TaskBuilder
impl RefUnwindSafe for TaskBuilder
impl Send for TaskBuilder
impl Sync for TaskBuilder
impl Unpin for TaskBuilder
impl UnwindSafe for TaskBuilder
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
§impl<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
§fn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Create an instance of this type from an initialization function
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.