pub struct LichWeapon {
pub id: String,
pub slug: String,
pub game_ref: String,
pub req_mastery_rank: u8,
pub i18n: I18N<LichWeaponI18N>,
}Expand description
Represents the /lich/weapons endpoint
Fields§
§id: String§slug: String§game_ref: String§req_mastery_rank: u8§i18n: I18N<LichWeaponI18N>Trait Implementations§
Source§impl Clone for LichWeapon
impl Clone for LichWeapon
Source§fn clone(&self) -> LichWeapon
fn clone(&self) -> LichWeapon
Returns a duplicate 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 LichWeapon
impl Debug for LichWeapon
Source§impl<'de> Deserialize<'de> for LichWeapon
impl<'de> Deserialize<'de> for LichWeapon
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LichWeapon
impl PartialEq for LichWeapon
Source§impl Queryable for LichWeapon
impl Queryable for LichWeapon
impl StructuralPartialEq for LichWeapon
Auto Trait Implementations§
impl Freeze for LichWeapon
impl RefUnwindSafe for LichWeapon
impl Send for LichWeapon
impl Sync for LichWeapon
impl Unpin for LichWeapon
impl UnwindSafe for LichWeapon
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