pub struct SendTaskOptions {
pub timeout_secs: Option<u64>,
pub subscribe: bool,
}Expand description
Options for sending a task.
Fields§
§timeout_secs: Option<u64>Timeout in seconds.
subscribe: boolWhether to subscribe to streaming updates.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendTaskOptions
impl RefUnwindSafe for SendTaskOptions
impl Send for SendTaskOptions
impl Sync for SendTaskOptions
impl Unpin for SendTaskOptions
impl UnsafeUnpin for SendTaskOptions
impl UnwindSafe for SendTaskOptions
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