pub struct BlockComment<'el>(pub Vec<Cons<'el>>);Expand description
Format a block comment, starting with /**, and ending in */.
Tuple Fields§
§0: Vec<Cons<'el>>Trait Implementations§
Source§impl<'el> IntoTokens<'el, Swift<'el>> for BlockComment<'el>
impl<'el> IntoTokens<'el, Swift<'el>> for BlockComment<'el>
Source§fn into_tokens(self) -> Tokens<'el, Swift<'el>>
fn into_tokens(self) -> Tokens<'el, Swift<'el>>
Convert the type into tokens.
Auto Trait Implementations§
impl<'el> Freeze for BlockComment<'el>
impl<'el> RefUnwindSafe for BlockComment<'el>
impl<'el> !Send for BlockComment<'el>
impl<'el> !Sync for BlockComment<'el>
impl<'el> Unpin for BlockComment<'el>
impl<'el> UnwindSafe for BlockComment<'el>
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