pub struct SpellVisualKitAreaModelRow {
pub id: SpellVisualKitAreaModelKey,
pub name: String,
pub enum_id: i32,
}Available on crate feature
wrath only.Fields
id: SpellVisualKitAreaModelKeyname: Stringenum_id: i32Trait Implementations
sourceimpl Clone for SpellVisualKitAreaModelRow
impl Clone for SpellVisualKitAreaModelRow
sourcefn clone(&self) -> SpellVisualKitAreaModelRow
fn clone(&self) -> SpellVisualKitAreaModelRow
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SpellVisualKitAreaModelRow
impl Debug for SpellVisualKitAreaModelRow
sourceimpl Hash for SpellVisualKitAreaModelRow
impl Hash for SpellVisualKitAreaModelRow
sourceimpl Ord for SpellVisualKitAreaModelRow
impl Ord for SpellVisualKitAreaModelRow
sourcefn cmp(&self, other: &SpellVisualKitAreaModelRow) -> Ordering
fn cmp(&self, other: &SpellVisualKitAreaModelRow) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<SpellVisualKitAreaModelRow> for SpellVisualKitAreaModelRow
impl PartialEq<SpellVisualKitAreaModelRow> for SpellVisualKitAreaModelRow
sourcefn eq(&self, other: &SpellVisualKitAreaModelRow) -> bool
fn eq(&self, other: &SpellVisualKitAreaModelRow) -> bool
sourceimpl PartialOrd<SpellVisualKitAreaModelRow> for SpellVisualKitAreaModelRow
impl PartialOrd<SpellVisualKitAreaModelRow> for SpellVisualKitAreaModelRow
sourcefn partial_cmp(&self, other: &SpellVisualKitAreaModelRow) -> Option<Ordering>
fn partial_cmp(&self, other: &SpellVisualKitAreaModelRow) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for SpellVisualKitAreaModelRow
impl StructuralEq for SpellVisualKitAreaModelRow
impl StructuralPartialEq for SpellVisualKitAreaModelRow
Auto Trait Implementations
impl RefUnwindSafe for SpellVisualKitAreaModelRow
impl Send for SpellVisualKitAreaModelRow
impl Sync for SpellVisualKitAreaModelRow
impl Unpin for SpellVisualKitAreaModelRow
impl UnwindSafe for SpellVisualKitAreaModelRow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more