pub struct RepoGetWikiPageRevisionsQuery {
pub page: Option<u32>,
}Fields§
§page: Option<u32>page number of results to return (1-based)
Trait Implementations§
source§impl Clone for RepoGetWikiPageRevisionsQuery
impl Clone for RepoGetWikiPageRevisionsQuery
source§fn clone(&self) -> RepoGetWikiPageRevisionsQuery
fn clone(&self) -> RepoGetWikiPageRevisionsQuery
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 Default for RepoGetWikiPageRevisionsQuery
impl Default for RepoGetWikiPageRevisionsQuery
source§fn default() -> RepoGetWikiPageRevisionsQuery
fn default() -> RepoGetWikiPageRevisionsQuery
Returns the “default value” for a type. Read more
source§impl PartialEq for RepoGetWikiPageRevisionsQuery
impl PartialEq for RepoGetWikiPageRevisionsQuery
source§fn eq(&self, other: &RepoGetWikiPageRevisionsQuery) -> bool
fn eq(&self, other: &RepoGetWikiPageRevisionsQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RepoGetWikiPageRevisionsQuery
Auto Trait Implementations§
impl Freeze for RepoGetWikiPageRevisionsQuery
impl RefUnwindSafe for RepoGetWikiPageRevisionsQuery
impl Send for RepoGetWikiPageRevisionsQuery
impl Sync for RepoGetWikiPageRevisionsQuery
impl Unpin for RepoGetWikiPageRevisionsQuery
impl UnwindSafe for RepoGetWikiPageRevisionsQuery
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