Struct data_router::view::DeleteView
source · pub struct DeleteView;
Auto Trait Implementations§
impl Freeze for DeleteView
impl RefUnwindSafe for DeleteView
impl Send for DeleteView
impl Sync for DeleteView
impl Unpin for DeleteView
impl UnwindSafe for DeleteView
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