pub struct CommentBlockNode {
pub comment: BString,
}Fields§
§comment: BStringImplementations§
Trait Implementations§
Source§impl<'arena> CloneIn<'arena> for CommentBlockNode
impl<'arena> CloneIn<'arena> for CommentBlockNode
Source§impl Debug for CommentBlockNode
impl Debug for CommentBlockNode
Source§impl PartialEq for CommentBlockNode
impl PartialEq for CommentBlockNode
Source§impl Serialize for CommentBlockNode
impl Serialize for CommentBlockNode
impl StructuralPartialEq for CommentBlockNode
Auto Trait Implementations§
impl Freeze for CommentBlockNode
impl RefUnwindSafe for CommentBlockNode
impl Send for CommentBlockNode
impl Sync for CommentBlockNode
impl Unpin for CommentBlockNode
impl UnwindSafe for CommentBlockNode
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