pub struct DocNode {
pub meta: Meta,
pub text: String,
}Expand description
Doc comment node.
Fields§
§meta: Meta§text: StringTrait Implementations§
impl Eq for DocNode
impl StructuralPartialEq for DocNode
Auto Trait Implementations§
impl Freeze for DocNode
impl RefUnwindSafe for DocNode
impl Send for DocNode
impl Sync for DocNode
impl Unpin for DocNode
impl UnsafeUnpin for DocNode
impl UnwindSafe for DocNode
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