pub struct FactionChainsForIdRequestBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> FactionChainsForIdRequestBuilder<S>
 
impl<S: State> FactionChainsForIdRequestBuilder<S>
Sourcepub fn build(self) -> FactionChainsForIdRequestwhere
    S: IsComplete,
 
pub fn build(self) -> FactionChainsForIdRequestwhere
    S: IsComplete,
Finish building and return the requested object
Sourcepub fn api_limit100(
    self,
    value: impl Into<ApiLimit100>,
) -> FactionChainsForIdRequestBuilder<SetApiLimit100<S>>where
    S::ApiLimit100: IsUnset,
 
pub fn api_limit100(
    self,
    value: impl Into<ApiLimit100>,
) -> FactionChainsForIdRequestBuilder<SetApiLimit100<S>>where
    S::ApiLimit100: IsUnset,
Sourcepub fn maybe_api_limit100(
    self,
    value: Option<impl Into<ApiLimit100>>,
) -> FactionChainsForIdRequestBuilder<SetApiLimit100<S>>where
    S::ApiLimit100: IsUnset,
 
pub fn maybe_api_limit100(
    self,
    value: Option<impl Into<ApiLimit100>>,
) -> FactionChainsForIdRequestBuilder<SetApiLimit100<S>>where
    S::ApiLimit100: IsUnset,
Sourcepub fn api_sort_desc(
    self,
    value: impl Into<ApiSortDesc>,
) -> FactionChainsForIdRequestBuilder<SetApiSortDesc<S>>where
    S::ApiSortDesc: IsUnset,
 
pub fn api_sort_desc(
    self,
    value: impl Into<ApiSortDesc>,
) -> FactionChainsForIdRequestBuilder<SetApiSortDesc<S>>where
    S::ApiSortDesc: IsUnset,
Sourcepub fn maybe_api_sort_desc(
    self,
    value: Option<impl Into<ApiSortDesc>>,
) -> FactionChainsForIdRequestBuilder<SetApiSortDesc<S>>where
    S::ApiSortDesc: IsUnset,
 
pub fn maybe_api_sort_desc(
    self,
    value: Option<impl Into<ApiSortDesc>>,
) -> FactionChainsForIdRequestBuilder<SetApiSortDesc<S>>where
    S::ApiSortDesc: IsUnset,
Sourcepub fn api_to(
    self,
    value: impl Into<ApiTo>,
) -> FactionChainsForIdRequestBuilder<SetApiTo<S>>where
    S::ApiTo: IsUnset,
 
pub fn api_to(
    self,
    value: impl Into<ApiTo>,
) -> FactionChainsForIdRequestBuilder<SetApiTo<S>>where
    S::ApiTo: IsUnset,
Sourcepub fn maybe_api_to(
    self,
    value: Option<impl Into<ApiTo>>,
) -> FactionChainsForIdRequestBuilder<SetApiTo<S>>where
    S::ApiTo: IsUnset,
 
pub fn maybe_api_to(
    self,
    value: Option<impl Into<ApiTo>>,
) -> FactionChainsForIdRequestBuilder<SetApiTo<S>>where
    S::ApiTo: IsUnset,
Sourcepub fn api_from(
    self,
    value: impl Into<ApiFrom>,
) -> FactionChainsForIdRequestBuilder<SetApiFrom<S>>where
    S::ApiFrom: IsUnset,
 
pub fn api_from(
    self,
    value: impl Into<ApiFrom>,
) -> FactionChainsForIdRequestBuilder<SetApiFrom<S>>where
    S::ApiFrom: IsUnset,
Sourcepub fn maybe_api_from(
    self,
    value: Option<impl Into<ApiFrom>>,
) -> FactionChainsForIdRequestBuilder<SetApiFrom<S>>where
    S::ApiFrom: IsUnset,
 
pub fn maybe_api_from(
    self,
    value: Option<impl Into<ApiFrom>>,
) -> FactionChainsForIdRequestBuilder<SetApiFrom<S>>where
    S::ApiFrom: IsUnset,
Sourcepub fn api_timestamp(
    self,
    value: impl Into<String>,
) -> FactionChainsForIdRequestBuilder<SetApiTimestamp<S>>where
    S::ApiTimestamp: IsUnset,
 
pub fn api_timestamp(
    self,
    value: impl Into<String>,
) -> FactionChainsForIdRequestBuilder<SetApiTimestamp<S>>where
    S::ApiTimestamp: IsUnset,
Sourcepub fn maybe_api_timestamp(
    self,
    value: Option<impl Into<String>>,
) -> FactionChainsForIdRequestBuilder<SetApiTimestamp<S>>where
    S::ApiTimestamp: IsUnset,
 
pub fn maybe_api_timestamp(
    self,
    value: Option<impl Into<String>>,
) -> FactionChainsForIdRequestBuilder<SetApiTimestamp<S>>where
    S::ApiTimestamp: IsUnset,
Sourcepub fn api_comment(
    self,
    value: impl Into<String>,
) -> FactionChainsForIdRequestBuilder<SetApiComment<S>>where
    S::ApiComment: IsUnset,
 
pub fn api_comment(
    self,
    value: impl Into<String>,
) -> FactionChainsForIdRequestBuilder<SetApiComment<S>>where
    S::ApiComment: IsUnset,
Sourcepub fn maybe_api_comment(
    self,
    value: Option<impl Into<String>>,
) -> FactionChainsForIdRequestBuilder<SetApiComment<S>>where
    S::ApiComment: IsUnset,
 
pub fn maybe_api_comment(
    self,
    value: Option<impl Into<String>>,
) -> FactionChainsForIdRequestBuilder<SetApiComment<S>>where
    S::ApiComment: IsUnset,
Sourcepub fn api_key_public(
    self,
    value: impl Into<String>,
) -> FactionChainsForIdRequestBuilder<SetApiKeyPublic<S>>where
    S::ApiKeyPublic: IsUnset,
 
pub fn api_key_public(
    self,
    value: impl Into<String>,
) -> FactionChainsForIdRequestBuilder<SetApiKeyPublic<S>>where
    S::ApiKeyPublic: IsUnset,
Sourcepub fn maybe_api_key_public(
    self,
    value: Option<impl Into<String>>,
) -> FactionChainsForIdRequestBuilder<SetApiKeyPublic<S>>where
    S::ApiKeyPublic: IsUnset,
 
pub fn maybe_api_key_public(
    self,
    value: Option<impl Into<String>>,
) -> FactionChainsForIdRequestBuilder<SetApiKeyPublic<S>>where
    S::ApiKeyPublic: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for FactionChainsForIdRequestBuilder<S>
impl<S> RefUnwindSafe for FactionChainsForIdRequestBuilder<S>
impl<S> Send for FactionChainsForIdRequestBuilder<S>
impl<S> Sync for FactionChainsForIdRequestBuilder<S>
impl<S> Unpin for FactionChainsForIdRequestBuilder<S>
impl<S> UnwindSafe for FactionChainsForIdRequestBuilder<S>
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