Struct syn_rsx::NodeComment
source · pub struct NodeComment {
pub value: NodeValueExpr,
}
Expand description
Comment node.
Comment: <!-- "comment" -->
, currently has the same restrictions as
Text
(comment needs to be quoted).
Fields§
§value: NodeValueExpr
The comment value.
Trait Implementations§
source§impl Debug for NodeComment
impl Debug for NodeComment
Auto Trait Implementations§
impl RefUnwindSafe for NodeComment
impl !Send for NodeComment
impl !Sync for NodeComment
impl Unpin for NodeComment
impl UnwindSafe for NodeComment
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