pub struct FactionChainRequest {
pub api_timestamp: Option<String>,
pub api_comment: Option<String>,
pub api_key_public: Option<String>,
}Fields§
§api_timestamp: Option<String>§api_comment: Option<String>§api_key_public: Option<String>Implementations§
Source§impl FactionChainRequest
impl FactionChainRequest
Sourcepub fn builder() -> FactionChainRequestBuilder
pub fn builder() -> FactionChainRequestBuilder
Create an instance of FactionChainRequest using the builder syntax
Trait Implementations§
Source§impl Clone for FactionChainRequest
impl Clone for FactionChainRequest
Source§fn clone(&self) -> FactionChainRequest
fn clone(&self) -> FactionChainRequest
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 FactionChainRequest
impl Debug for FactionChainRequest
Source§impl IntoRequest for FactionChainRequest
impl IntoRequest for FactionChainRequest
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 = FactionOngoingChainResponse
type Response = FactionOngoingChainResponse
The response type which shall be deserialised.
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for FactionChainRequest
impl RefUnwindSafe for FactionChainRequest
impl Send for FactionChainRequest
impl Sync for FactionChainRequest
impl Unpin for FactionChainRequest
impl UnsafeUnpin for FactionChainRequest
impl UnwindSafe for FactionChainRequest
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