pub struct Item<'a>(/* private fields */);Expand description
- supported items (config args)
- item of
preprocessor.theme-pretable in book.toml
Implementations§
Trait Implementations§
Source§impl Borrow<str> for Item<'_>
useful when looking up in HashMap<&Item, _> just via HashMap<&str, _>
impl Borrow<str> for Item<'_>
useful when looking up in HashMap<&Item, _> just via HashMap<&str, _>
Source§impl<'a> Ord for Item<'a>
impl<'a> Ord for Item<'a>
Source§impl<'a> PartialOrd for Item<'a>
impl<'a> PartialOrd for Item<'a>
impl<'a> Copy for Item<'a>
impl<'a> Eq for Item<'a>
impl<'a> StructuralPartialEq for Item<'a>
Auto Trait Implementations§
impl<'a> Freeze for Item<'a>
impl<'a> RefUnwindSafe for Item<'a>
impl<'a> Send for Item<'a>
impl<'a> Sync for Item<'a>
impl<'a> Unpin for Item<'a>
impl<'a> UnwindSafe for Item<'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