Struct forgejo_api::structs::IssueListLabelsQuery
source · pub struct IssueListLabelsQuery {
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 IssueListLabelsQuery
impl Clone for IssueListLabelsQuery
source§fn clone(&self) -> IssueListLabelsQuery
fn clone(&self) -> IssueListLabelsQuery
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 IssueListLabelsQuery
impl Debug for IssueListLabelsQuery
source§impl Default for IssueListLabelsQuery
impl Default for IssueListLabelsQuery
source§fn default() -> IssueListLabelsQuery
fn default() -> IssueListLabelsQuery
Returns the “default value” for a type. Read more
source§impl Display for IssueListLabelsQuery
impl Display for IssueListLabelsQuery
source§impl PartialEq for IssueListLabelsQuery
impl PartialEq for IssueListLabelsQuery
impl StructuralPartialEq for IssueListLabelsQuery
Auto Trait Implementations§
impl Freeze for IssueListLabelsQuery
impl RefUnwindSafe for IssueListLabelsQuery
impl Send for IssueListLabelsQuery
impl Sync for IssueListLabelsQuery
impl Unpin for IssueListLabelsQuery
impl UnwindSafe for IssueListLabelsQuery
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)