pub struct DeleteNotes;Auto Trait Implementations§
impl Freeze for DeleteNotes
impl RefUnwindSafe for DeleteNotes
impl Send for DeleteNotes
impl Sync for DeleteNotes
impl Unpin for DeleteNotes
impl UnsafeUnpin for DeleteNotes
impl UnwindSafe for DeleteNotes
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