pub struct SpellVisualKey {
pub id: i32,
}Available on crate feature
tbc only.Fields§
§id: i32Implementations§
Trait Implementations§
Source§impl Clone for SpellVisualKey
impl Clone for SpellVisualKey
Source§fn clone(&self) -> SpellVisualKey
fn clone(&self) -> SpellVisualKey
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 SpellVisualKey
impl Debug for SpellVisualKey
Source§impl Default for SpellVisualKey
impl Default for SpellVisualKey
Source§fn default() -> SpellVisualKey
fn default() -> SpellVisualKey
Returns the “default value” for a type. Read more
Source§impl From<i16> for SpellVisualKey
impl From<i16> for SpellVisualKey
Source§impl From<i32> for SpellVisualKey
impl From<i32> for SpellVisualKey
Source§impl From<i8> for SpellVisualKey
impl From<i8> for SpellVisualKey
Source§impl From<u16> for SpellVisualKey
impl From<u16> for SpellVisualKey
Source§impl From<u8> for SpellVisualKey
impl From<u8> for SpellVisualKey
Source§impl Hash for SpellVisualKey
impl Hash for SpellVisualKey
Source§impl Ord for SpellVisualKey
impl Ord for SpellVisualKey
Source§fn cmp(&self, other: &SpellVisualKey) -> Ordering
fn cmp(&self, other: &SpellVisualKey) -> 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 SpellVisualKey
impl PartialEq for SpellVisualKey
Source§impl PartialOrd for SpellVisualKey
impl PartialOrd for SpellVisualKey
Source§impl TryFrom<i64> for SpellVisualKey
impl TryFrom<i64> for SpellVisualKey
Source§impl TryFrom<isize> for SpellVisualKey
impl TryFrom<isize> for SpellVisualKey
Source§impl TryFrom<u32> for SpellVisualKey
impl TryFrom<u32> for SpellVisualKey
Source§impl TryFrom<u64> for SpellVisualKey
impl TryFrom<u64> for SpellVisualKey
Source§impl TryFrom<usize> for SpellVisualKey
impl TryFrom<usize> for SpellVisualKey
impl Copy for SpellVisualKey
impl Eq for SpellVisualKey
impl StructuralPartialEq for SpellVisualKey
Auto Trait Implementations§
impl Freeze for SpellVisualKey
impl RefUnwindSafe for SpellVisualKey
impl Send for SpellVisualKey
impl Sync for SpellVisualKey
impl Unpin for SpellVisualKey
impl UnwindSafe for SpellVisualKey
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