Struct torn_api::torn::TerritoryWarReport
source · pub struct TerritoryWarReport {
pub territory: TerritoryWarReportTerritory,
pub war: TerritoryWarReportWar,
pub factions: HashMap<i32, TerritoryWarReportFaction>,
}
Fields§
§territory: TerritoryWarReportTerritory
§war: TerritoryWarReportWar
§factions: HashMap<i32, TerritoryWarReportFaction>
Trait Implementations§
source§impl Clone for TerritoryWarReport
impl Clone for TerritoryWarReport
source§fn clone(&self) -> TerritoryWarReport
fn clone(&self) -> TerritoryWarReport
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 TerritoryWarReport
impl Debug for TerritoryWarReport
source§impl<'de> Deserialize<'de> for TerritoryWarReport
impl<'de> Deserialize<'de> for TerritoryWarReport
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
Auto Trait Implementations§
impl Freeze for TerritoryWarReport
impl RefUnwindSafe for TerritoryWarReport
impl Send for TerritoryWarReport
impl Sync for TerritoryWarReport
impl Unpin for TerritoryWarReport
impl UnwindSafe for TerritoryWarReport
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