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