pub struct Icon(/* private fields */);Implementations§
Source§impl Icon
impl Icon
pub const SUBSCRIBER: Self
pub const LEVEL_100: Self
pub const GENDER_MALE: Self
pub const GENDER_FEMALE: Self
pub const MARITAL_STATUS: Self
pub const FACTION_MEMBER: Self
pub const PLAYER_COMMITTEE: Self
pub const STAFF: Self
pub const COMPANY: Self
pub const BANK_INVESTMENT: Self
pub const PROPERTY_VAULT: Self
pub const DUKE_LOAN: Self
pub const DRUG_COOLDOWN: Self
pub const FEDDED: Self
pub const TRAVELLING: Self
pub const FACTION_LEADER: Self
pub const TERRITORY_WAR: Self
pub const FACTION_RECRUIT: Self
pub const STOCK_MARKET: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Icon
impl<'de> Deserialize<'de> for Icon
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
impl Copy for Icon
impl Eq for Icon
impl StructuralPartialEq for Icon
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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