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