pub struct UserListRequest {
pub cat: UserListEnum,
pub api_limit50: Option<ApiLimit50>,
pub api_offset_no_default: Option<ApiOffsetNoDefault>,
pub api_sort_asc: Option<ApiSortAsc>,
pub api_timestamp: Option<String>,
pub api_comment: Option<String>,
pub api_key_limited: Option<String>,
}
Fields§
§cat: UserListEnum
§api_limit50: Option<ApiLimit50>
§api_offset_no_default: Option<ApiOffsetNoDefault>
§api_sort_asc: Option<ApiSortAsc>
§api_timestamp: Option<String>
§api_comment: Option<String>
§api_key_limited: Option<String>
Implementations§
Source§impl UserListRequest
impl UserListRequest
Sourcepub fn builder() -> UserListRequestBuilder
pub fn builder() -> UserListRequestBuilder
Create an instance of UserListRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for UserListRequest
impl Clone for UserListRequest
Source§fn clone(&self) -> UserListRequest
fn clone(&self) -> UserListRequest
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 UserListRequest
impl Debug for UserListRequest
Source§impl IntoRequest for UserListRequest
impl IntoRequest for UserListRequest
type Discriminant = ()
type Response = UserListResponse
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for UserListRequest
impl RefUnwindSafe for UserListRequest
impl Send for UserListRequest
impl Sync for UserListRequest
impl Unpin for UserListRequest
impl UnwindSafe for UserListRequest
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