pub struct HtmlAttributeValueContext {
pub document: FullTextDocument,
pub html_document: HTMLDocument,
pub position: Position,
pub tag: String,
pub attribute: String,
pub value: String,
pub range: Range,
}Fields§
§document: FullTextDocument§html_document: HTMLDocument§position: Position§tag: String§attribute: String§value: String§range: RangeAuto Trait Implementations§
impl Freeze for HtmlAttributeValueContext
impl RefUnwindSafe for HtmlAttributeValueContext
impl Send for HtmlAttributeValueContext
impl Sync for HtmlAttributeValueContext
impl Unpin for HtmlAttributeValueContext
impl UnwindSafe for HtmlAttributeValueContext
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