Struct crossterm::event::DisableBracketedPaste
source · pub struct DisableBracketedPaste;
Expand description
A command that disables bracketed paste mode.
Trait Implementations§
source§impl Clone for DisableBracketedPaste
impl Clone for DisableBracketedPaste
source§fn clone(&self) -> DisableBracketedPaste
fn clone(&self) -> DisableBracketedPaste
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 Command for DisableBracketedPaste
impl Command for DisableBracketedPaste
source§impl Debug for DisableBracketedPaste
impl Debug for DisableBracketedPaste
source§impl PartialEq for DisableBracketedPaste
impl PartialEq for DisableBracketedPaste
impl Copy for DisableBracketedPaste
impl Eq for DisableBracketedPaste
impl StructuralPartialEq for DisableBracketedPaste
Auto Trait Implementations§
impl Freeze for DisableBracketedPaste
impl RefUnwindSafe for DisableBracketedPaste
impl Send for DisableBracketedPaste
impl Sync for DisableBracketedPaste
impl Unpin for DisableBracketedPaste
impl UnwindSafe for DisableBracketedPaste
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)