pub struct Factions {
pub id: FactionId,
pub name: String,
pub score: i32,
pub chain: i32,
}
Fields§
§id: FactionId
§name: String
§score: i32
§chain: i32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Factions
impl<'de> Deserialize<'de> for Factions
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 Factions
Auto Trait Implementations§
impl Freeze for Factions
impl RefUnwindSafe for Factions
impl Send for Factions
impl Sync for Factions
impl Unpin for Factions
impl UnwindSafe for Factions
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