pub struct DoctypeNode {
pub doctype: String,
}Fields§
§doctype: StringTrait Implementations§
Source§impl Debug for DoctypeNode
impl Debug for DoctypeNode
impl Eq for DoctypeNode
Source§impl PartialEq for DoctypeNode
impl PartialEq for DoctypeNode
Source§impl Serialize for DoctypeNode
impl Serialize 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