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