pub struct Arcane {
pub regex: String,
pub name: String,
pub effect: String,
pub rarity: String,
pub location: String,
pub thumbnail: String,
pub info: String,
}Fields§
§regex: String§name: String§effect: String§rarity: String§location: String§thumbnail: String§info: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Arcane
impl<'de> Deserialize<'de> for Arcane
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 StructuralPartialEq for Arcane
Auto Trait Implementations§
impl Freeze for Arcane
impl RefUnwindSafe for Arcane
impl Send for Arcane
impl Sync for Arcane
impl Unpin for Arcane
impl UnwindSafe for Arcane
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