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