pub struct AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with call().
Implementations§
Source§impl<'f1, 'f2, S: State> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
impl<'f1, 'f2, S: State> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
Sourcepub async fn call(
self,
) -> Result<CreateAnnotationQueueAssignmentResponse, Error<AnnotationQueuesCreateQueueAssignmentError>>where
S: IsComplete,
pub async fn call(
self,
) -> Result<CreateAnnotationQueueAssignmentResponse, Error<AnnotationQueuesCreateQueueAssignmentError>>where
S: IsComplete,
Finishes building and performs the requested action.
Sourcepub fn configuration(
self,
value: &'f1 Configuration,
) -> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, SetConfiguration<S>>where
S::Configuration: IsUnset,
pub fn configuration(
self,
value: &'f1 Configuration,
) -> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, SetConfiguration<S>>where
S::Configuration: IsUnset,
Required.
Sourcepub fn queue_id(
self,
value: &'f2 str,
) -> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, SetQueueId<S>>where
S::QueueId: IsUnset,
pub fn queue_id(
self,
value: &'f2 str,
) -> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, SetQueueId<S>>where
S::QueueId: IsUnset,
Required.
Sourcepub fn annotation_queue_assignment_request(
self,
value: AnnotationQueueAssignmentRequest,
) -> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, SetAnnotationQueueAssignmentRequest<S>>where
S::AnnotationQueueAssignmentRequest: IsUnset,
pub fn annotation_queue_assignment_request(
self,
value: AnnotationQueueAssignmentRequest,
) -> AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, SetAnnotationQueueAssignmentRequest<S>>where
S::AnnotationQueueAssignmentRequest: IsUnset,
Required.
Auto Trait Implementations§
impl<'f1, 'f2, S> Freeze for AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
impl<'f1, 'f2, S = Empty> !RefUnwindSafe for AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
impl<'f1, 'f2, S> Send for AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
impl<'f1, 'f2, S> Sync for AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
impl<'f1, 'f2, S> Unpin for AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
impl<'f1, 'f2, S = Empty> !UnwindSafe for AnnotationQueuesCreateQueueAssignmentBuilder<'f1, 'f2, S>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more