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