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