pub enum TaskV2Endpoint {
TaskSetAncestorTask(String),
ListRelatedTask,
TaskSubscription,
}Expand description
Task v2 API 端点。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TaskV2Endpoint
impl Clone for TaskV2Endpoint
Source§fn clone(&self) -> TaskV2Endpoint
fn clone(&self) -> TaskV2Endpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaskV2Endpoint
impl Debug for TaskV2Endpoint
Source§impl PartialEq for TaskV2Endpoint
impl PartialEq for TaskV2Endpoint
Source§fn eq(&self, other: &TaskV2Endpoint) -> bool
fn eq(&self, other: &TaskV2Endpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TaskV2Endpoint
impl StructuralPartialEq for TaskV2Endpoint
Auto Trait Implementations§
impl Freeze for TaskV2Endpoint
impl RefUnwindSafe for TaskV2Endpoint
impl Send for TaskV2Endpoint
impl Sync for TaskV2Endpoint
impl Unpin for TaskV2Endpoint
impl UnsafeUnpin for TaskV2Endpoint
impl UnwindSafe for TaskV2Endpoint
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