struct SectionSpec {
title: &'static str,
entries: &'static [EntrySpec],
}Fields§
§title: &'static str§entries: &'static [EntrySpec]Auto Trait Implementations§
impl Freeze for SectionSpec
impl RefUnwindSafe for SectionSpec
impl Send for SectionSpec
impl Sync for SectionSpec
impl Unpin for SectionSpec
impl UnwindSafe for SectionSpec
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