pub struct DeleteView;
Trait Implementations§
Source§impl Clone for DeleteView
impl Clone for DeleteView
Source§fn clone(&self) -> DeleteView
fn clone(&self) -> DeleteView
Returns a copy 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 DeleteView
impl Debug for DeleteView
Source§impl Hash for DeleteView
impl Hash for DeleteView
Source§impl PartialEq for DeleteView
impl PartialEq for DeleteView
impl Copy for DeleteView
impl Eq for DeleteView
impl StructuralPartialEq for 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