pub struct editor;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for editor
impl RefUnwindSafe for editor
impl Send for editor
impl Sync for editor
impl Unpin for editor
impl UnwindSafe for editor
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