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