pub struct UserListHooksQuery {
pub page: Option<u32>,
pub limit: Option<u32>,
}Fields§
§page: Option<u32>page number of results to return (1-based)
limit: Option<u32>page size of results
Trait Implementations§
Source§impl Clone for UserListHooksQuery
impl Clone for UserListHooksQuery
Source§fn clone(&self) -> UserListHooksQuery
fn clone(&self) -> UserListHooksQuery
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 UserListHooksQuery
impl Debug for UserListHooksQuery
Source§impl Default for UserListHooksQuery
impl Default for UserListHooksQuery
Source§fn default() -> UserListHooksQuery
fn default() -> UserListHooksQuery
Returns the “default value” for a type. Read more
Source§impl Display for UserListHooksQuery
impl Display for UserListHooksQuery
Source§impl PartialEq for UserListHooksQuery
impl PartialEq for UserListHooksQuery
impl StructuralPartialEq for UserListHooksQuery
Auto Trait Implementations§
impl Freeze for UserListHooksQuery
impl RefUnwindSafe for UserListHooksQuery
impl Send for UserListHooksQuery
impl Sync for UserListHooksQuery
impl Unpin for UserListHooksQuery
impl UnwindSafe for UserListHooksQuery
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