pub struct FactionRankedWarParticipant {
pub id: FactionId,
pub name: String,
pub score: i32,
pub chain: i32,
}
Fields§
§id: FactionId
§name: String
§score: i32
§chain: i32
Faction’s current chain.
Trait Implementations§
Source§impl Clone for FactionRankedWarParticipant
impl Clone for FactionRankedWarParticipant
Source§fn clone(&self) -> FactionRankedWarParticipant
fn clone(&self) -> FactionRankedWarParticipant
Returns a copy 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 FactionRankedWarParticipant
impl Debug for FactionRankedWarParticipant
Source§impl<'de> Deserialize<'de> for FactionRankedWarParticipant
impl<'de> Deserialize<'de> for FactionRankedWarParticipant
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 FactionRankedWarParticipant
Auto Trait Implementations§
impl Freeze for FactionRankedWarParticipant
impl RefUnwindSafe for FactionRankedWarParticipant
impl Send for FactionRankedWarParticipant
impl Sync for FactionRankedWarParticipant
impl Unpin for FactionRankedWarParticipant
impl UnwindSafe for FactionRankedWarParticipant
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