pub enum Cat {
TornFactionHofCategory(TornFactionHofCategory),
TornHofCategory(TornHofCategory),
TornItemCategory(TornItemCategory),
}
Expand description
Selection category
Variants§
TornFactionHofCategory(TornFactionHofCategory)
TornHofCategory(TornHofCategory)
TornItemCategory(TornItemCategory)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Cat
impl<'de> Deserialize<'de> for Cat
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 From<TornFactionHofCategory> for Cat
impl From<TornFactionHofCategory> for Cat
Source§fn from(value: TornFactionHofCategory) -> Self
fn from(value: TornFactionHofCategory) -> Self
Converts to this type from the input type.
Source§impl From<TornHofCategory> for Cat
impl From<TornHofCategory> for Cat
Source§fn from(value: TornHofCategory) -> Self
fn from(value: TornHofCategory) -> Self
Converts to this type from the input type.
Source§impl From<TornItemCategory> for Cat
impl From<TornItemCategory> for Cat
Source§fn from(value: TornItemCategory) -> Self
fn from(value: TornItemCategory) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Cat
Auto Trait Implementations§
impl Freeze for Cat
impl RefUnwindSafe for Cat
impl Send for Cat
impl Sync for Cat
impl Unpin for Cat
impl UnwindSafe for Cat
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