pub enum TextEditorEvent {
None,
AutoFormat,
LagChange,
Change,
}
Variants§
Trait Implementations§
Source§impl Clone for TextEditorEvent
impl Clone for TextEditorEvent
Source§fn clone(&self) -> TextEditorEvent
fn clone(&self) -> TextEditorEvent
Returns a duplicate 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 PartialEq for TextEditorEvent
impl PartialEq for TextEditorEvent
impl StructuralPartialEq for TextEditorEvent
Auto Trait Implementations§
impl Freeze for TextEditorEvent
impl RefUnwindSafe for TextEditorEvent
impl Send for TextEditorEvent
impl Sync for TextEditorEvent
impl Unpin for TextEditorEvent
impl UnwindSafe for TextEditorEvent
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