pub struct UserRequest {Show 13 fields
pub selections: Option<Selections>,
pub id: Option<Id>,
pub api_limit: Option<ApiLimit>,
pub api_from: Option<ApiFrom>,
pub api_to: Option<ApiTo>,
pub api_sort: Option<ApiSort>,
pub cat: Option<Cat>,
pub stat: Option<Stat>,
pub api_strip_tags: Option<bool>,
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>
§id: Option<Id>
§api_limit: Option<ApiLimit>
§api_from: Option<ApiFrom>
§api_to: Option<ApiTo>
§api_sort: Option<ApiSort>
§cat: Option<Cat>
§stat: Option<Stat>
§api_offset_no_default: Option<ApiOffsetNoDefault>
§api_timestamp: Option<String>
§api_comment: Option<String>
§api_key_public: Option<String>
Implementations§
Source§impl UserRequest
impl UserRequest
Sourcepub fn builder() -> UserRequestBuilder
pub fn builder() -> UserRequestBuilder
Create an instance of UserRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for UserRequest
impl Clone for UserRequest
Source§fn clone(&self) -> UserRequest
fn clone(&self) -> UserRequest
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 UserRequest
impl Debug for UserRequest
Source§impl IntoRequest for UserRequest
impl IntoRequest for UserRequest
type Discriminant = ()
type Response = Response
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for UserRequest
impl RefUnwindSafe for UserRequest
impl Send for UserRequest
impl Sync for UserRequest
impl Unpin for UserRequest
impl UnwindSafe for UserRequest
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