pub struct MetaInfo<'a>(pub(crate) &'a Meta);Expand description
Parser metainformation
This is a newtype around internal parser metainfo representation, generated
with Parser::with_group_help and consumed by
Doc::meta
Tuple Fields§
§0: &'a MetaTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MetaInfo<'a>
impl<'a> RefUnwindSafe for MetaInfo<'a>
impl<'a> Send for MetaInfo<'a>
impl<'a> Sync for MetaInfo<'a>
impl<'a> Unpin for MetaInfo<'a>
impl<'a> UnwindSafe for MetaInfo<'a>
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