pub struct DocComments(/* private fields */);Expand description
https://doc.rust-lang.org/reference/comments.html#doc-comments
Implementations§
Trait Implementations§
Source§impl Clone for DocComments
impl Clone for DocComments
Source§fn clone(&self) -> DocComments
fn clone(&self) -> DocComments
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 Debug for DocComments
impl Debug for DocComments
Source§impl Display for DocComments
impl Display for DocComments
Source§impl PartialEq for DocComments
impl PartialEq for DocComments
impl StructuralPartialEq for DocComments
Auto Trait Implementations§
impl Freeze for DocComments
impl RefUnwindSafe for DocComments
impl Send for DocComments
impl Sync for DocComments
impl Unpin for DocComments
impl UnwindSafe for DocComments
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