pub struct R3ClientCancelJobAsyncBuilder<__State: __R3ClientCancelJobAsyncBuilderState = (Required<String>,)> { /* private fields */ }
Expand description
Use builder syntax to set the required parameters and finish by calling the method Self::call()
.
Implementations§
source§impl<__State: __R3ClientCancelJobAsyncBuilderState> R3ClientCancelJobAsyncBuilder<__State>
impl<__State: __R3ClientCancelJobAsyncBuilderState> R3ClientCancelJobAsyncBuilder<__State>
source§impl<__State: __R3ClientCancelJobAsyncBuilderState<JobId = Required<String>>> R3ClientCancelJobAsyncBuilder<__State>
impl<__State: __R3ClientCancelJobAsyncBuilderState<JobId = Required<String>>> R3ClientCancelJobAsyncBuilder<__State>
sourcepub fn job_id(
self,
value: impl Into<String>,
) -> __R3ClientCancelJobAsyncBuilderSetJobId
pub fn job_id( self, value: impl Into<String>, ) -> __R3ClientCancelJobAsyncBuilderSetJobId
Sets the value of job_id
. See R3Client::cancel_job_async()
for more info.
Auto Trait Implementations§
impl<__State> Freeze for R3ClientCancelJobAsyncBuilder<__State>where
<__State as __R3ClientCancelJobAsyncBuilderState>::JobId: Freeze,
impl<__State> RefUnwindSafe for R3ClientCancelJobAsyncBuilder<__State>where
<__State as __R3ClientCancelJobAsyncBuilderState>::JobId: RefUnwindSafe,
__State: RefUnwindSafe,
impl<__State> Send for R3ClientCancelJobAsyncBuilder<__State>
impl<__State> Sync for R3ClientCancelJobAsyncBuilder<__State>
impl<__State> Unpin for R3ClientCancelJobAsyncBuilder<__State>
impl<__State> UnwindSafe for R3ClientCancelJobAsyncBuilder<__State>where
<__State as __R3ClientCancelJobAsyncBuilderState>::JobId: UnwindSafe,
__State: UnwindSafe,
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