pub struct TasksParams { /* private fields */ }Expand description
Parameters for the speckit_tasks tool
Trait Implementations§
Source§impl Debug for TasksParams
impl Debug for TasksParams
Source§impl<'de> Deserialize<'de> for TasksParams
impl<'de> Deserialize<'de> for TasksParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TasksParams
impl RefUnwindSafe for TasksParams
impl Send for TasksParams
impl Sync for TasksParams
impl Unpin for TasksParams
impl UnwindSafe for TasksParams
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