pub struct FactionTerritorywarreportForTerritoryWarIdRequest {
pub territory_war_id: TerritoryWarId,
}
Fields§
§territory_war_id: TerritoryWarId
Implementations§
Source§impl FactionTerritorywarreportForTerritoryWarIdRequest
impl FactionTerritorywarreportForTerritoryWarIdRequest
Sourcepub fn builder(
territory_war_id: TerritoryWarId,
) -> FactionTerritorywarreportForTerritoryWarIdRequestBuilder
pub fn builder( territory_war_id: TerritoryWarId, ) -> FactionTerritorywarreportForTerritoryWarIdRequestBuilder
Create an instance of FactionTerritorywarreportForTerritoryWarIdRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for FactionTerritorywarreportForTerritoryWarIdRequest
impl Clone for FactionTerritorywarreportForTerritoryWarIdRequest
Source§fn clone(&self) -> FactionTerritorywarreportForTerritoryWarIdRequest
fn clone(&self) -> FactionTerritorywarreportForTerritoryWarIdRequest
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 IntoRequest for FactionTerritorywarreportForTerritoryWarIdRequest
impl IntoRequest for FactionTerritorywarreportForTerritoryWarIdRequest
type Discriminant = TerritoryWarId
type Response = FactionTerritoryWarReportResponse
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for FactionTerritorywarreportForTerritoryWarIdRequest
impl RefUnwindSafe for FactionTerritorywarreportForTerritoryWarIdRequest
impl Send for FactionTerritorywarreportForTerritoryWarIdRequest
impl Sync for FactionTerritorywarreportForTerritoryWarIdRequest
impl Unpin for FactionTerritorywarreportForTerritoryWarIdRequest
impl UnwindSafe for FactionTerritorywarreportForTerritoryWarIdRequest
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