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