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