Struct cmake_parser::Doc
source · pub struct Doc<TN> { /* private fields */ }
Implementations§
Trait Implementations§
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.
source§impl<'tn, TN: TextNode<'tn>> IntoIterator for Doc<TN>
impl<'tn, TN: TextNode<'tn>> IntoIterator for Doc<TN>
Auto Trait Implementations§
impl<TN> RefUnwindSafe for Doc<TN>where TN: RefUnwindSafe,
impl<TN> Send for Doc<TN>where TN: Send,
impl<TN> Sync for Doc<TN>where TN: Sync,
impl<TN> Unpin for Doc<TN>where TN: Unpin,
impl<TN> UnwindSafe for Doc<TN>where TN: 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