pub struct Delete { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Editor for Delete
impl Editor for Delete
Source§impl Ord for Delete
impl Ord for Delete
Source§impl PartialOrd for Delete
impl PartialOrd for Delete
impl Copy for Delete
impl Eq for Delete
impl StructuralPartialEq for Delete
Auto Trait Implementations§
impl Freeze for Delete
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnwindSafe for Delete
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