pub struct DoClear;
Expand description
Performs clearing of clipboard before pasting
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DoClear
impl RefUnwindSafe for DoClear
impl Send for DoClear
impl Sync for DoClear
impl Unpin for DoClear
impl UnwindSafe for DoClear
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