pub struct TryFromSpellError {
pub defindex: u32,
pub value: Spell,
}
Expand description
An error when attempting to convert a spell into a sub-set of spells (footprints or paint).
Fields§
§defindex: u32
§value: Spell
Trait Implementations§
Source§impl Debug for TryFromSpellError
impl Debug for TryFromSpellError
Auto Trait Implementations§
impl Freeze for TryFromSpellError
impl RefUnwindSafe for TryFromSpellError
impl Send for TryFromSpellError
impl Sync for TryFromSpellError
impl Unpin for TryFromSpellError
impl UnwindSafe for TryFromSpellError
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