Struct forgejo_api::structs::OrgGetAllQuery
source · pub struct OrgGetAllQuery {
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 OrgGetAllQuery
impl Clone for OrgGetAllQuery
source§fn clone(&self) -> OrgGetAllQuery
fn clone(&self) -> OrgGetAllQuery
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 OrgGetAllQuery
impl Debug for OrgGetAllQuery
source§impl Default for OrgGetAllQuery
impl Default for OrgGetAllQuery
source§fn default() -> OrgGetAllQuery
fn default() -> OrgGetAllQuery
Returns the “default value” for a type. Read more
source§impl Display for OrgGetAllQuery
impl Display for OrgGetAllQuery
source§impl PartialEq for OrgGetAllQuery
impl PartialEq for OrgGetAllQuery
source§fn eq(&self, other: &OrgGetAllQuery) -> bool
fn eq(&self, other: &OrgGetAllQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OrgGetAllQuery
Auto Trait Implementations§
impl Freeze for OrgGetAllQuery
impl RefUnwindSafe for OrgGetAllQuery
impl Send for OrgGetAllQuery
impl Sync for OrgGetAllQuery
impl Unpin for OrgGetAllQuery
impl UnwindSafe for OrgGetAllQuery
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