pub struct DoctypeNode {
pub value: String,
pub span: Option<SourceSpan>,
}Fields§
§value: String§span: Option<SourceSpan>Trait Implementations§
Source§impl Clone for DoctypeNode
impl Clone for DoctypeNode
Source§fn clone(&self) -> DoctypeNode
fn clone(&self) -> DoctypeNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DoctypeNode
impl Debug for DoctypeNode
Source§impl PartialEq for DoctypeNode
impl PartialEq for DoctypeNode
impl Eq for DoctypeNode
impl StructuralPartialEq for DoctypeNode
Auto Trait Implementations§
impl Freeze for DoctypeNode
impl RefUnwindSafe for DoctypeNode
impl Send for DoctypeNode
impl Sync for DoctypeNode
impl Unpin for DoctypeNode
impl UnsafeUnpin for DoctypeNode
impl UnwindSafe for DoctypeNode
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