pub struct Header<'i> {
pub prefix: Prefix<'i>,
pub description: Description<'i>,
}Fields§
§prefix: Prefix<'i>§description: Description<'i>Trait Implementations§
Source§impl<'i> PartialEq for Header<'i>
impl<'i> PartialEq for Header<'i>
impl<'i> StructuralPartialEq for Header<'i>
Auto Trait Implementations§
impl<'i> Freeze for Header<'i>
impl<'i> RefUnwindSafe for Header<'i>
impl<'i> Send for Header<'i>
impl<'i> Sync for Header<'i>
impl<'i> Unpin for Header<'i>
impl<'i> UnsafeUnpin for Header<'i>
impl<'i> UnwindSafe for Header<'i>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> OrderedSeq<'_, T> for Twhere
T: Clone,
Source§impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.