#[repr(C)]pub struct DocBlock(pub Vec<Str>);
Expand description
Represents a set of comments on an export.
Tuple Fields§
§0: Vec<Str>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocBlock
impl RefUnwindSafe for DocBlock
impl !Send for DocBlock
impl !Sync for DocBlock
impl Unpin for DocBlock
impl UnwindSafe for DocBlock
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