pub struct Backspace;
Trait Implementations§
impl Copy for Backspace
impl Eq for Backspace
impl StructuralPartialEq for Backspace
Auto Trait Implementations§
impl Freeze for Backspace
impl RefUnwindSafe for Backspace
impl Send for Backspace
impl Sync for Backspace
impl Unpin for Backspace
impl UnwindSafe for Backspace
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