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