pub struct OrgListHooksQuery {
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 OrgListHooksQuery
impl Clone for OrgListHooksQuery
Source§fn clone(&self) -> OrgListHooksQuery
fn clone(&self) -> OrgListHooksQuery
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 OrgListHooksQuery
impl Debug for OrgListHooksQuery
Source§impl Default for OrgListHooksQuery
impl Default for OrgListHooksQuery
Source§fn default() -> OrgListHooksQuery
fn default() -> OrgListHooksQuery
Returns the “default value” for a type. Read more
Source§impl Display for OrgListHooksQuery
impl Display for OrgListHooksQuery
Source§impl PartialEq for OrgListHooksQuery
impl PartialEq for OrgListHooksQuery
impl StructuralPartialEq for OrgListHooksQuery
Auto Trait Implementations§
impl Freeze for OrgListHooksQuery
impl RefUnwindSafe for OrgListHooksQuery
impl Send for OrgListHooksQuery
impl Sync for OrgListHooksQuery
impl Unpin for OrgListHooksQuery
impl UnwindSafe for OrgListHooksQuery
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