pub struct RepoListKeysQuery {
pub key_id: Option<u32>,
pub fingerprint: Option<String>,
}Fields§
§key_id: Option<u32>the key_id to search for
fingerprint: Option<String>fingerprint of the key
Trait Implementations§
Source§impl Clone for RepoListKeysQuery
impl Clone for RepoListKeysQuery
Source§fn clone(&self) -> RepoListKeysQuery
fn clone(&self) -> RepoListKeysQuery
Returns a duplicate 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 PartialEq for RepoListKeysQuery
impl PartialEq for RepoListKeysQuery
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