pub enum CodeEditorAction {
TextDidChange,
}
Variants§
TextDidChange
Trait Implementations§
source§impl Clone for CodeEditorAction
impl Clone for CodeEditorAction
source§fn clone(&self) -> CodeEditorAction
fn clone(&self) -> CodeEditorAction
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 CodeEditorAction
impl Debug for CodeEditorAction
source§impl Hash for CodeEditorAction
impl Hash for CodeEditorAction
source§impl PartialEq<CodeEditorAction> for CodeEditorAction
impl PartialEq<CodeEditorAction> for CodeEditorAction
source§fn eq(&self, other: &CodeEditorAction) -> bool
fn eq(&self, other: &CodeEditorAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CodeEditorAction
impl Eq for CodeEditorAction
impl StructuralEq for CodeEditorAction
impl StructuralPartialEq for CodeEditorAction
Auto Trait Implementations§
impl RefUnwindSafe for CodeEditorAction
impl Send for CodeEditorAction
impl Sync for CodeEditorAction
impl Unpin for CodeEditorAction
impl UnwindSafe for CodeEditorAction
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