pub struct AddTaskToSectionRequest {
pub data: AddTaskToSectionData,
}Expand description
API envelope for add task to section requests.
Fields§
§data: AddTaskToSectionDataWrapped data payload.
Trait Implementations§
Source§impl Clone for AddTaskToSectionRequest
impl Clone for AddTaskToSectionRequest
Source§fn clone(&self) -> AddTaskToSectionRequest
fn clone(&self) -> AddTaskToSectionRequest
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 AddTaskToSectionRequest
impl Debug for AddTaskToSectionRequest
Auto Trait Implementations§
impl Freeze for AddTaskToSectionRequest
impl RefUnwindSafe for AddTaskToSectionRequest
impl Send for AddTaskToSectionRequest
impl Sync for AddTaskToSectionRequest
impl Unpin for AddTaskToSectionRequest
impl UnsafeUnpin for AddTaskToSectionRequest
impl UnwindSafe for AddTaskToSectionRequest
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