#[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§
impl StructuralPartialEq for DocBlock
Auto Trait Implementations§
impl !Send for DocBlock
impl !Sync for DocBlock
impl Freeze for DocBlock
impl RefUnwindSafe for DocBlock
impl Unpin for DocBlock
impl UnsafeUnpin 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