pub struct Comment<T>(/* private fields */);
Expand description
Format a doc comment where each line is preceeded by //
.
This struct is created by the comment function.
Trait Implementations§
Source§impl<T> FormatInto<Csharp> for Comment<T>
impl<T> FormatInto<Csharp> for Comment<T>
Auto Trait Implementations§
impl<T> Freeze for Comment<T>where
T: Freeze,
impl<T> RefUnwindSafe for Comment<T>where
T: RefUnwindSafe,
impl<T> Send for Comment<T>where
T: Send,
impl<T> Sync for Comment<T>where
T: Sync,
impl<T> Unpin for Comment<T>where
T: Unpin,
impl<T> UnwindSafe for Comment<T>where
T: UnwindSafe,
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