pub struct WriterEditor {
pub document: TextDocument,
}Fields§
§document: TextDocumentImplementations§
Source§impl WriterEditor
impl WriterEditor
Auto Trait Implementations§
impl Freeze for WriterEditor
impl RefUnwindSafe for WriterEditor
impl Send for WriterEditor
impl Sync for WriterEditor
impl Unpin for WriterEditor
impl UnsafeUnpin for WriterEditor
impl UnwindSafe for WriterEditor
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