pub struct UserAttacksfullRequest {
pub api_filters_incoming_outgoing: Option<ApiFiltersIncomingOutgoing>,
pub api_limit1000: Option<ApiLimit1000>,
pub api_sort: Option<ApiSort>,
pub api_to: Option<ApiTo>,
pub api_from: Option<ApiFrom>,
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: Option<ApiSort>§api_to: Option<ApiTo>§api_from: Option<ApiFrom>§api_timestamp: Option<String>§api_comment: Option<String>§api_key_limited: Option<String>Implementations§
Source§impl UserAttacksfullRequest
impl UserAttacksfullRequest
Sourcepub fn builder() -> UserAttacksfullRequestBuilder
pub fn builder() -> UserAttacksfullRequestBuilder
Create an instance of UserAttacksfullRequest using the builder syntax
Trait Implementations§
Source§impl Clone for UserAttacksfullRequest
impl Clone for UserAttacksfullRequest
Source§fn clone(&self) -> UserAttacksfullRequest
fn clone(&self) -> UserAttacksfullRequest
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 UserAttacksfullRequest
impl Debug for UserAttacksfullRequest
Source§impl IntoRequest for UserAttacksfullRequest
impl IntoRequest for UserAttacksfullRequest
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 = FactionAttacksFullResponse
type Response = FactionAttacksFullResponse
The response type which shall be deserialised.
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for UserAttacksfullRequest
impl RefUnwindSafe for UserAttacksfullRequest
impl Send for UserAttacksfullRequest
impl Sync for UserAttacksfullRequest
impl Unpin for UserAttacksfullRequest
impl UnsafeUnpin for UserAttacksfullRequest
impl UnwindSafe for UserAttacksfullRequest
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