pub struct Section<'input> { /* private fields */ }
Expand description
A named section.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Section<'input>
impl<'input> RefUnwindSafe for Section<'input>
impl<'input> Send for Section<'input>
impl<'input> Sync for Section<'input>
impl<'input> Unpin for Section<'input>
impl<'input> UnwindSafe for Section<'input>
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