Struct wow_dbc::tbc_tables::names_profanity::NamesProfanityKey
source · [−]pub struct NamesProfanityKey {
pub id: i32,
}Available on crate feature
tbc only.Fields
id: i32Implementations
Trait Implementations
sourceimpl Clone for NamesProfanityKey
impl Clone for NamesProfanityKey
sourcefn clone(&self) -> NamesProfanityKey
fn clone(&self) -> NamesProfanityKey
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 NamesProfanityKey
impl Debug for NamesProfanityKey
sourceimpl Default for NamesProfanityKey
impl Default for NamesProfanityKey
sourcefn default() -> NamesProfanityKey
fn default() -> NamesProfanityKey
Returns the “default value” for a type. Read more
sourceimpl From<i16> for NamesProfanityKey
impl From<i16> for NamesProfanityKey
sourceimpl From<i32> for NamesProfanityKey
impl From<i32> for NamesProfanityKey
sourceimpl From<i8> for NamesProfanityKey
impl From<i8> for NamesProfanityKey
sourceimpl From<u16> for NamesProfanityKey
impl From<u16> for NamesProfanityKey
sourceimpl From<u8> for NamesProfanityKey
impl From<u8> for NamesProfanityKey
sourceimpl Hash for NamesProfanityKey
impl Hash for NamesProfanityKey
sourceimpl Ord for NamesProfanityKey
impl Ord for NamesProfanityKey
sourcefn cmp(&self, other: &NamesProfanityKey) -> Ordering
fn cmp(&self, other: &NamesProfanityKey) -> 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<NamesProfanityKey> for NamesProfanityKey
impl PartialEq<NamesProfanityKey> for NamesProfanityKey
sourcefn eq(&self, other: &NamesProfanityKey) -> bool
fn eq(&self, other: &NamesProfanityKey) -> bool
sourceimpl PartialOrd<NamesProfanityKey> for NamesProfanityKey
impl PartialOrd<NamesProfanityKey> for NamesProfanityKey
sourcefn partial_cmp(&self, other: &NamesProfanityKey) -> Option<Ordering>
fn partial_cmp(&self, other: &NamesProfanityKey) -> 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 Copy for NamesProfanityKey
impl Eq for NamesProfanityKey
impl StructuralEq for NamesProfanityKey
impl StructuralPartialEq for NamesProfanityKey
Auto Trait Implementations
impl RefUnwindSafe for NamesProfanityKey
impl Send for NamesProfanityKey
impl Sync for NamesProfanityKey
impl Unpin for NamesProfanityKey
impl UnwindSafe for NamesProfanityKey
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