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 copy 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 Debug for FactionChainRequest
impl Debug for FactionChainRequest
Source§impl IntoRequest for FactionChainRequest
impl IntoRequest for FactionChainRequest
type Discriminant = ()
type Response = FactionOngoingChainResponse
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 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