pub enum DeleteByQueryRethrottleParts<'b> {
TaskId(&'b str),
}
Expand description
API parts for the Delete By Query Rethrottle API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for DeleteByQueryRethrottleParts<'b>
impl<'b> Clone for DeleteByQueryRethrottleParts<'b>
Source§fn clone(&self) -> DeleteByQueryRethrottleParts<'b>
fn clone(&self) -> DeleteByQueryRethrottleParts<'b>
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 moreSource§impl<'b> Debug for DeleteByQueryRethrottleParts<'b>
impl<'b> Debug for DeleteByQueryRethrottleParts<'b>
Source§impl<'b> PartialEq for DeleteByQueryRethrottleParts<'b>
impl<'b> PartialEq for DeleteByQueryRethrottleParts<'b>
Source§fn eq(&self, other: &DeleteByQueryRethrottleParts<'b>) -> bool
fn eq(&self, other: &DeleteByQueryRethrottleParts<'b>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'b> StructuralPartialEq for DeleteByQueryRethrottleParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for DeleteByQueryRethrottleParts<'b>
impl<'b> RefUnwindSafe for DeleteByQueryRethrottleParts<'b>
impl<'b> Send for DeleteByQueryRethrottleParts<'b>
impl<'b> Sync for DeleteByQueryRethrottleParts<'b>
impl<'b> Unpin for DeleteByQueryRethrottleParts<'b>
impl<'b> UnwindSafe for DeleteByQueryRethrottleParts<'b>
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