pub struct Tome { /* private fields */ }Expand description
This is where all of the transmutation circles are inscribed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tome
impl !RefUnwindSafe for Tome
impl !Send for Tome
impl !Sync for Tome
impl Unpin for Tome
impl UnsafeUnpin for Tome
impl !UnwindSafe for Tome
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