pub struct NoopEditor;Trait Implementations§
Source§impl Default for NoopEditor
impl Default for NoopEditor
Source§fn default() -> NoopEditor
fn default() -> NoopEditor
Returns the “default value” for a type. Read more
Source§impl EditorPort for NoopEditor
impl EditorPort for NoopEditor
Auto Trait Implementations§
impl Freeze for NoopEditor
impl RefUnwindSafe for NoopEditor
impl Send for NoopEditor
impl Sync for NoopEditor
impl Unpin for NoopEditor
impl UnwindSafe for NoopEditor
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