[][src]Struct clang::documentation::Comment

pub struct Comment<'tu> { /* fields omitted */ }

A comment attached to a declaration.

Methods

impl<'tu> Comment<'tu>[src]

pub fn get_children(&self) -> Vec<CommentChild>[src]

Returns the children of this comment.

pub fn as_html(&self) -> String[src]

Returns this comment as an HTML string.

pub fn as_xml(&self) -> String[src]

Returns this comment as an XML string.

Trait Implementations

impl<'tu> Clone for Comment<'tu>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<'tu> Copy for Comment<'tu>[src]

impl<'tu> Debug for Comment<'tu>[src]

Auto Trait Implementations

impl<'tu> Unpin for Comment<'tu>

impl<'tu> !Sync for Comment<'tu>

impl<'tu> !Send for Comment<'tu>

impl<'tu> RefUnwindSafe for Comment<'tu>

impl<'tu> UnwindSafe for Comment<'tu>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]