pub enum TasksListParts {
None,
}
Expand description
API parts for the Tasks List API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for TasksListParts
impl Clone for TasksListParts
Source§fn clone(&self) -> TasksListParts
fn clone(&self) -> TasksListParts
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 Debug for TasksListParts
impl Debug for TasksListParts
Source§impl PartialEq for TasksListParts
impl PartialEq for TasksListParts
impl Eq for TasksListParts
impl StructuralPartialEq for TasksListParts
Auto Trait Implementations§
impl Freeze for TasksListParts
impl RefUnwindSafe for TasksListParts
impl Send for TasksListParts
impl Sync for TasksListParts
impl Unpin for TasksListParts
impl UnwindSafe for TasksListParts
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