pub struct FactionRevivesFullRequest {
pub api_filters_incoming_outgoing: Option<ApiFiltersIncomingOutgoing>,
pub api_limit1000: Option<ApiLimit1000>,
pub api_sort_desc: Option<ApiSortDesc>,
pub api_to: Option<ApiTo>,
pub api_from: Option<ApiFrom>,
pub api_strip_tags_true: Option<bool>,
pub api_timestamp: Option<String>,
pub api_comment: Option<String>,
pub api_key_limited: Option<String>,
}Fields§
§api_filters_incoming_outgoing: Option<ApiFiltersIncomingOutgoing>§api_limit1000: Option<ApiLimit1000>§api_sort_desc: Option<ApiSortDesc>§api_to: Option<ApiTo>§api_from: Option<ApiFrom>§api_timestamp: Option<String>§api_comment: Option<String>§api_key_limited: Option<String>Implementations§
Source§impl FactionRevivesFullRequest
impl FactionRevivesFullRequest
Sourcepub fn builder() -> FactionRevivesFullRequestBuilder
pub fn builder() -> FactionRevivesFullRequestBuilder
Create an instance of FactionRevivesFullRequest using the builder syntax
Trait Implementations§
Source§impl Clone for FactionRevivesFullRequest
impl Clone for FactionRevivesFullRequest
Source§fn clone(&self) -> FactionRevivesFullRequest
fn clone(&self) -> FactionRevivesFullRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FactionRevivesFullRequest
impl Debug for FactionRevivesFullRequest
Source§impl IntoRequest for FactionRevivesFullRequest
impl IntoRequest for FactionRevivesFullRequest
Source§type Discriminant = ()
type Discriminant = ()
If used in bulk request, the discriminant is used to distinguish the responses. For
endpoints which have no path parameters this will be
().Source§type Response = RevivesFullResponse
type Response = RevivesFullResponse
The response type which shall be deserialised.
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for FactionRevivesFullRequest
impl RefUnwindSafe for FactionRevivesFullRequest
impl Send for FactionRevivesFullRequest
impl Sync for FactionRevivesFullRequest
impl Unpin for FactionRevivesFullRequest
impl UnsafeUnpin for FactionRevivesFullRequest
impl UnwindSafe for FactionRevivesFullRequest
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