pub struct DeleteTodoPromptView {
pub prompt: String,
}Expand description
CLI-facing prompt text for delete confirmation.
Fields§
§prompt: StringTrait Implementations§
Source§impl Clone for DeleteTodoPromptView
impl Clone for DeleteTodoPromptView
Source§fn clone(&self) -> DeleteTodoPromptView
fn clone(&self) -> DeleteTodoPromptView
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 DeleteTodoPromptView
impl Debug for DeleteTodoPromptView
impl Eq for DeleteTodoPromptView
Source§impl PartialEq for DeleteTodoPromptView
impl PartialEq for DeleteTodoPromptView
Source§fn eq(&self, other: &DeleteTodoPromptView) -> bool
fn eq(&self, other: &DeleteTodoPromptView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteTodoPromptView
Auto Trait Implementations§
impl Freeze for DeleteTodoPromptView
impl RefUnwindSafe for DeleteTodoPromptView
impl Send for DeleteTodoPromptView
impl Sync for DeleteTodoPromptView
impl Unpin for DeleteTodoPromptView
impl UnsafeUnpin for DeleteTodoPromptView
impl UnwindSafe for DeleteTodoPromptView
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