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