pub struct SpellBook {
pub id: usize,
pub name: String,
}
Fields§
§id: usize
§name: String
Trait Implementations§
impl Item for SpellBook
impl Send for SpellBook
impl Sync for SpellBook
Auto Trait Implementations§
impl Freeze for SpellBook
impl RefUnwindSafe for SpellBook
impl Unpin for SpellBook
impl UnwindSafe for SpellBook
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