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