pub struct BookRegistry { /* private fields */ }Expand description
Global registry for all in-game books.
Implementations§
Trait Implementations§
Source§impl Debug for BookRegistry
impl Debug for BookRegistry
Source§impl Default for BookRegistry
impl Default for BookRegistry
Source§fn default() -> BookRegistry
fn default() -> BookRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BookRegistry
impl RefUnwindSafe for BookRegistry
impl Send for BookRegistry
impl Sync for BookRegistry
impl Unpin for BookRegistry
impl UnsafeUnpin for BookRegistry
impl UnwindSafe for BookRegistry
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