pub struct AnnotationQueuesDeleteQueueItem<'a> { /* private fields */ }Expand description
Builder for Client::annotation_queues_delete_queue_item
Implementations§
Source§impl<'a> AnnotationQueuesDeleteQueueItem<'a>
impl<'a> AnnotationQueuesDeleteQueueItem<'a>
pub fn new(client: &'a Client) -> Self
pub fn queue_id<V>(self, value: V) -> Self
pub fn item_id<V>(self, value: V) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<DeleteAnnotationQueueItemResponse>, Error<()>>
pub async fn send( self, ) -> Result<ResponseValue<DeleteAnnotationQueueItemResponse>, Error<()>>
Sends a DELETE request to /api/public/annotation-queues/{queueId}/items/{itemId}
Trait Implementations§
Source§impl<'a> Clone for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> Clone for AnnotationQueuesDeleteQueueItem<'a>
Source§fn clone(&self) -> AnnotationQueuesDeleteQueueItem<'a>
fn clone(&self) -> AnnotationQueuesDeleteQueueItem<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> !RefUnwindSafe for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> Send for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> Sync for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> Unpin for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> UnsafeUnpin for AnnotationQueuesDeleteQueueItem<'a>
impl<'a> !UnwindSafe for AnnotationQueuesDeleteQueueItem<'a>
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