pub struct showChapters;
Trait Implementations§
Source§impl Field for showChapters
impl Field for showChapters
Auto Trait Implementations§
impl Freeze for showChapters
impl RefUnwindSafe for showChapters
impl Send for showChapters
impl Sync for showChapters
impl Unpin for showChapters
impl UnwindSafe for showChapters
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