pub struct DocumentationComment<'a>(/* private fields */);
Expand description
Java中的文档注释
Trait Implementations§
Source§impl<'a> Debug for DocumentationComment<'a>
impl<'a> Debug for DocumentationComment<'a>
Source§impl<'a> Display for DocumentationComment<'a>
impl<'a> Display for DocumentationComment<'a>
Source§impl<'a> From<&'a str> for DocumentationComment<'a>
impl<'a> From<&'a str> for DocumentationComment<'a>
Source§impl<'a> From<String> for DocumentationComment<'a>
impl<'a> From<String> for DocumentationComment<'a>
Source§impl<'a> PartialEq for DocumentationComment<'a>
impl<'a> PartialEq for DocumentationComment<'a>
impl<'a> StructuralPartialEq for DocumentationComment<'a>
Auto Trait Implementations§
impl<'a> Freeze for DocumentationComment<'a>
impl<'a> RefUnwindSafe for DocumentationComment<'a>
impl<'a> Send for DocumentationComment<'a>
impl<'a> Sync for DocumentationComment<'a>
impl<'a> Unpin for DocumentationComment<'a>
impl<'a> UnwindSafe for DocumentationComment<'a>
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