pub struct AnnotationQueueAssignmentRequestBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> AnnotationQueueAssignmentRequestBuilder<S>
impl<S: State> AnnotationQueueAssignmentRequestBuilder<S>
Sourcepub fn build(self) -> AnnotationQueueAssignmentRequestwhere
S: IsComplete,
pub fn build(self) -> AnnotationQueueAssignmentRequestwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn user_id(
self,
value: String,
) -> AnnotationQueueAssignmentRequestBuilder<SetUserId<S>>where
S::UserId: IsUnset,
pub fn user_id(
self,
value: String,
) -> AnnotationQueueAssignmentRequestBuilder<SetUserId<S>>where
S::UserId: IsUnset,
Required.
Auto Trait Implementations§
impl<S> Freeze for AnnotationQueueAssignmentRequestBuilder<S>
impl<S> RefUnwindSafe for AnnotationQueueAssignmentRequestBuilder<S>
impl<S> Send for AnnotationQueueAssignmentRequestBuilder<S>
impl<S> Sync for AnnotationQueueAssignmentRequestBuilder<S>
impl<S> Unpin for AnnotationQueueAssignmentRequestBuilder<S>
impl<S> UnwindSafe for AnnotationQueueAssignmentRequestBuilder<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