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