pub enum TasksGetParts<'b> {
TaskId(&'b str),
}
Expand description
API parts for the Tasks Get API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for TasksGetParts<'b>
impl<'b> Clone for TasksGetParts<'b>
Source§fn clone(&self) -> TasksGetParts<'b>
fn clone(&self) -> TasksGetParts<'b>
Returns a copy 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 TasksGetParts<'b>
impl<'b> Debug for TasksGetParts<'b>
Source§impl<'b> PartialEq for TasksGetParts<'b>
impl<'b> PartialEq for TasksGetParts<'b>
impl<'b> Eq for TasksGetParts<'b>
impl<'b> StructuralPartialEq for TasksGetParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for TasksGetParts<'b>
impl<'b> RefUnwindSafe for TasksGetParts<'b>
impl<'b> Send for TasksGetParts<'b>
impl<'b> Sync for TasksGetParts<'b>
impl<'b> Unpin for TasksGetParts<'b>
impl<'b> UnwindSafe for TasksGetParts<'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