Struct wow_dbc::wrath_tables::string_lookups::StringLookupsRow
source · [−]pub struct StringLookupsRow {
pub id: StringLookupsKey,
pub string: String,
}Available on crate feature
wrath only.Fields
id: StringLookupsKeystring: StringTrait Implementations
sourceimpl Clone for StringLookupsRow
impl Clone for StringLookupsRow
sourcefn clone(&self) -> StringLookupsRow
fn clone(&self) -> StringLookupsRow
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 StringLookupsRow
impl Debug for StringLookupsRow
sourceimpl Hash for StringLookupsRow
impl Hash for StringLookupsRow
sourceimpl Ord for StringLookupsRow
impl Ord for StringLookupsRow
sourcefn cmp(&self, other: &StringLookupsRow) -> Ordering
fn cmp(&self, other: &StringLookupsRow) -> 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<StringLookupsRow> for StringLookupsRow
impl PartialEq<StringLookupsRow> for StringLookupsRow
sourcefn eq(&self, other: &StringLookupsRow) -> bool
fn eq(&self, other: &StringLookupsRow) -> bool
sourceimpl PartialOrd<StringLookupsRow> for StringLookupsRow
impl PartialOrd<StringLookupsRow> for StringLookupsRow
sourcefn partial_cmp(&self, other: &StringLookupsRow) -> Option<Ordering>
fn partial_cmp(&self, other: &StringLookupsRow) -> 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 StringLookupsRow
impl StructuralEq for StringLookupsRow
impl StructuralPartialEq for StringLookupsRow
Auto Trait Implementations
impl RefUnwindSafe for StringLookupsRow
impl Send for StringLookupsRow
impl Sync for StringLookupsRow
impl Unpin for StringLookupsRow
impl UnwindSafe for StringLookupsRow
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