pub struct KeyRequest {
pub selections: Option<Selections>,
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§
§selections: Option<Selections>
§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 KeyRequest
impl KeyRequest
Sourcepub fn builder() -> KeyRequestBuilder
pub fn builder() -> KeyRequestBuilder
Create an instance of KeyRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for KeyRequest
impl Clone for KeyRequest
Source§fn clone(&self) -> KeyRequest
fn clone(&self) -> KeyRequest
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 KeyRequest
impl Debug for KeyRequest
Source§impl IntoRequest for KeyRequest
impl IntoRequest for KeyRequest
type Discriminant = ()
type Response = Response
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for KeyRequest
impl RefUnwindSafe for KeyRequest
impl Send for KeyRequest
impl Sync for KeyRequest
impl Unpin for KeyRequest
impl UnwindSafe for KeyRequest
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