pub struct EndPaste;
Expand description
The unit EndPaste
command.
Trait Implementations§
impl Command for EndPaste
impl Copy for EndPaste
impl Eq for EndPaste
impl StructuralPartialEq for EndPaste
Auto Trait Implementations§
impl Freeze for EndPaste
impl RefUnwindSafe for EndPaste
impl Send for EndPaste
impl Sync for EndPaste
impl Unpin for EndPaste
impl UnwindSafe for EndPaste
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