pub struct BeginPaste;
Expand description
The unit BeginPaste
command.
Trait Implementations§
Source§impl Clone for BeginPaste
impl Clone for BeginPaste
Source§fn clone(&self) -> BeginPaste
fn clone(&self) -> BeginPaste
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 BeginPaste
impl Debug for BeginPaste
Source§impl Display for BeginPaste
impl Display for BeginPaste
Source§impl PartialEq for BeginPaste
impl PartialEq for BeginPaste
impl Command for BeginPaste
impl Copy for BeginPaste
impl Eq for BeginPaste
impl StructuralPartialEq for BeginPaste
Auto Trait Implementations§
impl Freeze for BeginPaste
impl RefUnwindSafe for BeginPaste
impl Send for BeginPaste
impl Sync for BeginPaste
impl Unpin for BeginPaste
impl UnwindSafe for BeginPaste
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