pub(crate) struct DocumentMutHandle<'a> {
document: Vec<u8>,
shell: &'a Shell,
}
Fields§
§document: Vec<u8>
§shell: &'a Shell
Trait Implementations§
Source§impl<'a> Debug for DocumentMutHandle<'a>
impl<'a> Debug for DocumentMutHandle<'a>
Auto Trait Implementations§
impl<'a> Freeze for DocumentMutHandle<'a>
impl<'a> RefUnwindSafe for DocumentMutHandle<'a>
impl<'a> !Send for DocumentMutHandle<'a>
impl<'a> !Sync for DocumentMutHandle<'a>
impl<'a> Unpin for DocumentMutHandle<'a>
impl<'a> UnwindSafe for DocumentMutHandle<'a>
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