pub struct UniversalEditor { /* private fields */ }Expand description
The universal default editor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UniversalEditor
impl RefUnwindSafe for UniversalEditor
impl Send for UniversalEditor
impl Sync for UniversalEditor
impl Unpin for UniversalEditor
impl UnsafeUnpin for UniversalEditor
impl UnwindSafe for UniversalEditor
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