Struct cmake_parser::CMakeListsTokens
source · pub struct CMakeListsTokens<'cmlist> { /* private fields */ }
Trait Implementations§
source§impl<'cmlist> Debug for CMakeListsTokens<'cmlist>
impl<'cmlist> Debug for CMakeListsTokens<'cmlist>
source§impl<'tn, TN: TextNode<'tn>> From<&'tn CMakeListsTokens<'tn>> for Doc<TN>
impl<'tn, TN: TextNode<'tn>> From<&'tn CMakeListsTokens<'tn>> for Doc<TN>
source§fn from(value: &'tn CMakeListsTokens<'tn>) -> Self
fn from(value: &'tn CMakeListsTokens<'tn>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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