pub struct ClassifyInput {
pub text: String,
pub author_hint: String,
pub recent_tasks: Vec<TaskContext>,
}Fields§
§text: String§recent_tasks: Vec<TaskContext>Trait Implementations§
Source§impl Clone for ClassifyInput
impl Clone for ClassifyInput
Source§fn clone(&self) -> ClassifyInput
fn clone(&self) -> ClassifyInput
Returns a duplicate 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 ClassifyInput
impl Debug for ClassifyInput
Auto Trait Implementations§
impl Freeze for ClassifyInput
impl RefUnwindSafe for ClassifyInput
impl Send for ClassifyInput
impl Sync for ClassifyInput
impl Unpin for ClassifyInput
impl UnsafeUnpin for ClassifyInput
impl UnwindSafe for ClassifyInput
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