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