pub struct SpellRangeKey {
pub id: u32,
}Available on crate feature
vanilla only.Fields§
§id: u32Implementations§
Trait Implementations§
Source§impl Clone for SpellRangeKey
impl Clone for SpellRangeKey
Source§fn clone(&self) -> SpellRangeKey
fn clone(&self) -> SpellRangeKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpellRangeKey
impl Debug for SpellRangeKey
Source§impl Default for SpellRangeKey
impl Default for SpellRangeKey
Source§fn default() -> SpellRangeKey
fn default() -> SpellRangeKey
Returns the “default value” for a type. Read more
Source§impl From<u16> for SpellRangeKey
impl From<u16> for SpellRangeKey
Source§impl From<u32> for SpellRangeKey
impl From<u32> for SpellRangeKey
Source§impl From<u8> for SpellRangeKey
impl From<u8> for SpellRangeKey
Source§impl Hash for SpellRangeKey
impl Hash for SpellRangeKey
Source§impl Ord for SpellRangeKey
impl Ord for SpellRangeKey
Source§fn cmp(&self, other: &SpellRangeKey) -> Ordering
fn cmp(&self, other: &SpellRangeKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpellRangeKey
impl PartialEq for SpellRangeKey
Source§impl PartialOrd for SpellRangeKey
impl PartialOrd for SpellRangeKey
Source§impl TryFrom<i16> for SpellRangeKey
impl TryFrom<i16> for SpellRangeKey
Source§impl TryFrom<i32> for SpellRangeKey
impl TryFrom<i32> for SpellRangeKey
Source§impl TryFrom<i64> for SpellRangeKey
impl TryFrom<i64> for SpellRangeKey
Source§impl TryFrom<i8> for SpellRangeKey
impl TryFrom<i8> for SpellRangeKey
Source§impl TryFrom<isize> for SpellRangeKey
impl TryFrom<isize> for SpellRangeKey
Source§impl TryFrom<u64> for SpellRangeKey
impl TryFrom<u64> for SpellRangeKey
Source§impl TryFrom<usize> for SpellRangeKey
impl TryFrom<usize> for SpellRangeKey
impl Copy for SpellRangeKey
impl Eq for SpellRangeKey
impl StructuralPartialEq for SpellRangeKey
Auto Trait Implementations§
impl Freeze for SpellRangeKey
impl RefUnwindSafe for SpellRangeKey
impl Send for SpellRangeKey
impl Sync for SpellRangeKey
impl Unpin for SpellRangeKey
impl UnwindSafe for SpellRangeKey
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