pub struct BlockComment<'tree> {
pub span: Span,
pub doc: Option<DocComment<'tree>>,
pub inner: Option<InnerDocCommentMarker<'tree>>,
pub outer: Option<OuterDocCommentMarker<'tree>>,
}Fields§
§span: Span§doc: Option<DocComment<'tree>>§inner: Option<InnerDocCommentMarker<'tree>>§outer: Option<OuterDocCommentMarker<'tree>>Trait Implementations§
Source§impl<'tree> Clone for BlockComment<'tree>
impl<'tree> Clone for BlockComment<'tree>
Source§fn clone(&self) -> BlockComment<'tree>
fn clone(&self) -> BlockComment<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for BlockComment<'tree>
impl<'tree> Debug for BlockComment<'tree>
Source§impl<'tree> FromNode<'tree> for BlockComment<'tree>
impl<'tree> FromNode<'tree> for BlockComment<'tree>
Source§impl<'tree> PartialEq for BlockComment<'tree>
impl<'tree> PartialEq for BlockComment<'tree>
Source§impl Spanned for BlockComment<'_>
impl Spanned for BlockComment<'_>
impl<'tree> Eq for BlockComment<'tree>
impl<'tree> StructuralPartialEq for BlockComment<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for BlockComment<'tree>
impl<'tree> RefUnwindSafe for BlockComment<'tree>
impl<'tree> Send for BlockComment<'tree>
impl<'tree> Sync for BlockComment<'tree>
impl<'tree> Unpin for BlockComment<'tree>
impl<'tree> UnsafeUnpin for BlockComment<'tree>
impl<'tree> UnwindSafe for BlockComment<'tree>
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