pub struct CMakeListsTokens<'cmlist> { /* private fields */ }
Trait Implementations§
Source§impl<'cmlist> Debug for CMakeListsTokens<'cmlist>
impl<'cmlist> Debug for CMakeListsTokens<'cmlist>
Source§impl<'t> From<CMakeListsTokens<'t>> for Doc<'t>
impl<'t> From<CMakeListsTokens<'t>> for Doc<'t>
Source§fn from(tokens: CMakeListsTokens<'t>) -> Self
fn from(tokens: CMakeListsTokens<'t>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'cmlist> Freeze for CMakeListsTokens<'cmlist>
impl<'cmlist> RefUnwindSafe for CMakeListsTokens<'cmlist>
impl<'cmlist> Send for CMakeListsTokens<'cmlist>
impl<'cmlist> Sync for CMakeListsTokens<'cmlist>
impl<'cmlist> Unpin for CMakeListsTokens<'cmlist>
impl<'cmlist> UnwindSafe for CMakeListsTokens<'cmlist>
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