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