Struct witx::parser::Documented [−][src]
pub struct Documented<'a, T> {
pub comments: CommentSyntax<'a>,
pub item: T,
}
Fields
comments: CommentSyntax<'a>
item: T
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Documented<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for Documented<'a, T> where
T: Send,
impl<'a, T> Sync for Documented<'a, T> where
T: Sync,
impl<'a, T> Unpin for Documented<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for Documented<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more