Struct syn_rsx::NodeDoctype
source · pub struct NodeDoctype {
pub value: NodeValueExpr,
}
Expand description
Doctype node.
Doctype declaration: <!DOCTYPE html>
(case insensitive), html
is the
node value in this case.
Fields§
§value: NodeValueExpr
The doctype value.
Trait Implementations§
source§impl Debug for NodeDoctype
impl Debug for NodeDoctype
Auto Trait Implementations§
impl RefUnwindSafe for NodeDoctype
impl !Send for NodeDoctype
impl !Sync for NodeDoctype
impl Unpin for NodeDoctype
impl UnwindSafe for NodeDoctype
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