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