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