pub struct Spells {
pub spells: Vec<Spell>,
}
Fields§
§spells: Vec<Spell>
Trait Implementations§
impl StructuralPartialEq for Spells
Auto Trait Implementations§
impl Freeze for Spells
impl RefUnwindSafe for Spells
impl Send for Spells
impl Sync for Spells
impl Unpin for Spells
impl UnwindSafe for Spells
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