pub struct annotatedHtml;
Trait Implementations§
Source§impl Field for annotatedHtml
impl Field for annotatedHtml
Source§impl HasField<annotatedHtml> for SideCommentCache
impl HasField<annotatedHtml> for SideCommentCache
Auto Trait Implementations§
impl Freeze for annotatedHtml
impl RefUnwindSafe for annotatedHtml
impl Send for annotatedHtml
impl Sync for annotatedHtml
impl Unpin for annotatedHtml
impl UnwindSafe for annotatedHtml
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